Remove (Block) or Hide Blogger Top Navbar in your Blogspot blog

Advertisements:

Remove (Block) or Hide Blogger Top Navbar in your Blogspot blog. There will a navigation bar in the top of your blogger blog for some templates. If you want to remove or hide that follow these steps:

blogspot top navbar

Steps to Hide Blogger Top Navbar:

1. Log in to your blogger account

2. Go to Layout >> Edit html

3. Then copy the below html -

#navbar {
height: 0px;
visibility: hidden;
display: none;
}

4. Paste the above code as shown in the below Picture -

html navbar blogger code

5. Save the template.

If you want the navbar to appear again, just delete that code and save the changes.


blogger

One Response to Remove (Block) or Hide Blogger Top Navbar in your Blogspot blog

  1. farhad July 2, 2010 at 1:17 am #

    Great main i used it its working..
    good.
    i also used limited post in my blog.
    thanks

Leave a Reply