Sunday, 13 September 2009

Blogger: Hide the display of the Navbar

Go to Layout -> Edit HTML. Paste the code below before within the tags, for example before the #header-wrapper block.

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

Then save your template.

No comments:

Post a Comment