Saturday, December 4, 2010

How to Hide Blogspot Navigation Bar (Navbar)

The picture below is the Blogspot Navbar. Navbar or Navigation Bar is facility of blogger, but many bloggers want to hide this feature.


Here, I want to share about how to hide this Navbar :

First, login to Blogger account and click Layout --> Edit HTML.
Copy and paste the code below before ]]></b:skin>

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

Save your template and open your blog.
The navigation bar will disappear.
Try it!



No comments:

Post a Comment