« « Virtual Keyboard

How to hide Blogger Navbar

Posted on February 13th, 2007 in hacks, internet by Ankit Duseja

Want to get rid of this boring navbar at the top of your blog? Want your visitor to remain on your blog only?

Here is the answer:

Why should you hide the blogger navbar?
1. If blogger navbar color does not matches with your template color.
2. If blogger navbar takes your descent visitor to a spam or porn blog by clicking on “Next Blog” Button.

Is hiding the blogger navbar legal? Will it not break blogger Terms & Conditions?
Blogger has still not mentioned any thing about the hiding the navbar in their TOS. Also google has not mentioned anything about it in Old Blogger TOS.

There are two ways of hiding navbar in “New Blogger” :-
1. Complete Hide: Your navbar will neither be seen nor it will work.
2. Partial Hide: Your navbar will only appear on mouseover & will work also, i.e. when user places the mouse pointer at the top of the page the navbar will appear & work.

Here are the methods to hide navbar :-
Complete Hide:
1. Go to Template >> Edit Html
2. Put the following code anywhere between the head tag

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

3. Your navbar will disappear forever.

Partial Hide:
1. Go to Template >> Edit Html
2. Put the following code anywhere between the head tag

#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}

3. Your navbar will be partially hided.

The above hack will only work with New Blogger.

4 Responses to 'How to hide Blogger Navbar'

Subscribe to comments with RSS or TrackBack to 'How to hide Blogger Navbar'.

  1. DIGITAL I.T BLOG said,

    on February 16th, 2007 at 5:28 am

    Nice information ,how can i get google search for my blog .my adsense account is banned .

  2. Ankit Duseja said,

    on February 20th, 2007 at 4:53 pm

    your awnser will be posted soon

  3. zack said,

    on August 2nd, 2007 at 10:51 am

    here is the video..
    step by step..
    video tutorial..
    very easy to understand with this video..

    http://www.metacafe.com/watch/739548/remove_blogger_navbar/

  4. Anonymous said,

    on September 4th, 2007 at 11:35 am

    hi, nice page you have!

    even better trick is here: how to hide blogspot navbar

    take a look!

Post a comment