Remove the Blogger Navigation Bar
Are you annoyed by the Blogger NavBar that appears at the top of your blog? It's very easy to remove it, without violating the terms of service. Just add:
#b-navbar {
height:0px;
visibility:hidden;
}
to the style information at the beginning of your template. You'll be left with some space at the top of your blog, above the header, but hat's easy to remove too. I replaced the header with an image and made sure to remove the entire <div id="header">, then I added some space above by changing the style information for the #content div.
1 Comments:
Same trick all around, but here's even better how to remove nav bar in blogspot
Post a Comment
<< Home