1/28/2007

How to Hide Blogger Navbar in New Blogger Beta

If you have shifted your blog from old blogger to the new blogger beta, you may have noticed that the previous CSS hack to remove the Nav bar will no longer be effective. That's because Google now uses different CSS tags to display the blogger bar. [#navbar-iframe instead of #b-navbar]

Fortunately, hiding the blogger navbar from new blogger is also simple. Just paste the below code anywhere in your Blogger template [enclosed by tags] and the blogger banner will be gone forever.
       #navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
For Classic beta template users in new Blogger beta, search and replace #b-navbar with #navbar-iframe to get rid of the blogger navbar.

Subscribe here to get more blogging tips and tricks or Get blogging tips and tricks via email .

Technorati Tags:
, ,

1 comments:

take a look at this article Ho w to hide blogger nav bar

i think its more usable than completely hiding the navigation

Post a Comment