How to Remove Blogger Navbar?
January 17th, 2007

To hide the Blogger NavBar paste the CSS definition between the style tags:
#b-navbar
{
height: 0px;
visibility: hidden;
display: none;
}
Hiding the banner in Blogger Beta (iframe):
#navbar-iframe
{
height: 0px;
visibility: hidden;
display: none;
}
Just remove the code to show it again.
Bypass 72 Minutes Limitation

Twitter
Email
RSS