Saturday, May 5, 2007

Hide Navbar from blogger beta



A small tip on removing the Navbar from blogger beta,wondering what is a Navbar?,then see the picture below.Have you ever noticed something in my blog?,it dosen't have a Navbar from the day it was started,i removed it because it dosen't match the template of my blog,and it is really boring too.

So here is a few tips to remove it from your blog
  • Go to template tab
  • Go to edit html tab from template tab
  • Add this piece of code to your blog

    #navbar-iframe {
    height:0px;
    visibility:hidden;
    display:none;
    }
    or add this piece of code
    #navbar-iframe {
    display: none;
    }
Ok that is it,you are done,now you don't have to see the boring navbar on your blogwink

5 comments: