February 11th, 2006

How to Hide / Remove Blogger Navbar



The Blogger Navbar is a navigation and search bar on top of all blogspot blogs. Though they provide several useful features and different colours, sometimes it may not blend with your template.

Many bloggers have asked me how to remove this Blogger navbar. Remember, Blogger Navbar can be disabled for users publishing via FTP as per Blogger Terms of service. For free Blogger users, not publishing via FTP, you cannot disable the Navbar. So it is best to confirm with Blogger support that you can indeed hide the Navbar before proceeding to do so. You do not want your blog banned by them for such a small issue. I take no responsibility for the same.

Now if you are publishing by FTP, some tips are available on other websites to which I point you.

Turn off the Blogger Navbar - the best and official way - Go to Template, and now a new option “OFF” appears in the drop down list of “Change the Blogger NavBar”. Just select it and republish your blog.

The Blogger Help version to hide it in custom templates published via FTP is

Add style="margin-top:40px;" to the topmost element of your Template. (i.e. _table> would become _table style = "margin-top:40px;">)

Blogger Templates advises to paste this code between style tags:

<style type="text/css">
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
</style>

So try all these tips, something should work for you.

Bookmark this article on   Del.icio.us or Stumbleupon or Digg or Fark
Continue getting our new articles by RSS or email

Related articles
Blogger FTP Publishers Can Hide / Remove Navbar
Preview 9rules Member Agreement Requirements
Blogger Blogspot Blogs Can Switch to Custom Domain Names
How to Complain and Report Spam Blogger Blogs
Best of 2006 : February

Comments

RSS feed for comments on this post.
  • 1. Ceta Mac | 11/02/06  #

    Yu, and you can move the blogsearch input box to your side-bar by pasting the following code in the template.

    <!– BlogSearch Google –>
    <a href=”http://search.blogger.com/”><img src=”http://www.google.com/logos/Logo_25wht.gif” border=”0″ alt=”Google”></img></a><br/>
    <form action=”http://search.blogger.com/” target=”_blank” />
    <input type=”hidden” name=”ie” value=”UTF-8″ /></input>
    <input type=”hidden” name=”ui” value=”blg” /></input>
    <input type=”hidden” name=”bl_url” value=”YOU BLOG URL” /></input>
    <input type=”text” maxLength=”255″ size=”15″ id=”b-query” name=”as_q” /></input><br />
    <input type=submit value=”Search”></input></form>
    <!– BlogSearch Google –>

    Regards,
    CetaMac

    Remove NavBar and Keep Blog Searching

  • 2. Dio Bach | 12/02/06  #

    Alternatively, just select Off in the Change the Blogger NavBar drop down - located on the template section of your blogger settings pages. Its a lot less faff! :)

  • 3. Christina | 17/08/06  #

    I don’t have an option to turn off the navbar in templates, probably because I don’t upload via http://FTP.

    I have tried some of the above tips and they aren’t working for me, I’m not sure what I’m doing wrong. When I try to adjust the margins, I get pieces of my template code between the navbar and my title jpg. The blog also looks worse in IE than Firefox.

  • 4. Rob | 18/11/06  #

    This sounds very helpful.
    Can I find some more details about it in Blogger Terms of Use?

  • 5. wie | 6/12/06  #

    all do not work in new blogger

  • 6. CK | 1/01/07  #

    Just add the below at template header. I work for me in new Blogger as well (both Firefox 2 and IE 7)

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

    Thanks, CK

  • 7. Nikos Apostolou | 27/01/07  #

    I tried everything but nothing works!
    Please help me!

  • 8. stevpan@gmail.com | 26/06/07  #

    Thanks a lot!
    this code works for me!

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

  • 9. stevpan@gmail.com | 26/06/07  #

    I checked the blogspot page and found you only need to disable the navbar div in css style.
    e.g. this code could hide the navbar too.

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

  • 10. zack | 2/08/07  #

    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/

  • 11. Tim | 8/01/08  #

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

    THIS WORKS!!! Thanks!!!!!!

  • 12. GunitEADER | 29/04/08  #

    I dont get it I peaste it in the beging this:

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

    As you said in my layout but then this happen :

    Please correct the error below, and submit your template again.
    Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: The processing instruction target matching “[xX][mM][lL]” is not allowed.

  • 13. GunitEADER | 29/04/08  #

    plz help me :( i need help!!! Im new at this ^^ email plz

  • 14. Daisy | 19/05/08  #

    #navbar-iframe {

    worked for me. i tried

    #b-navbar {

    but it didn’t work.

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

Articles Linking Here


Comment on “How to Hide / Remove Blogger Navbar”