Mar 17, 2009

How to: Hide the navbar in Blogger

How to hide the navbar in your Blogger Blog:

  1. Go to your Layout
  2. Edit HTML
  3. Copy & Paste the following code after "head"
  4. Enjoy

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

No comments:

Post a Comment