Mobile Web 2.0: Discover the future of mobile applications
Add Mobile Web 2.0 to any feed reader

Friday, June 02, 2006

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.

Link

1 Comments:

At 2:01 PM, September 04, 2007, Blogger Omar Netter said...

Same trick all around, but here's even better how to remove nav bar in blogspot

 

Post a Comment

<< Home