How to Hide or Remove Blogger Beta Navbar

How to hide Blogger Navbar in the new Blogger Beta with simple CSS and how to turn off Blogger Beta Navbar

Google’s Blogger automatically inserts a promotional navigation toolbar called Blogger Navbar on the top of every blogspot blog. This Blogger Navbar is 50 px high and is distinctly visible as it covers the entire width of your browser. This Navbar acts as a stumbler allowing people to stumble across blogs. It also features a search bar which returns results relevant to your blog in blogspot.  However, it does not blend well with Blogger themes with only Blue, Tan, Black and Silver as available options besides taking away valuable visitors from yout Blogspot Blog.

So for everyone who shifted from Blogger to Blogger Beta, the new Blogger, here is a simple CSS hack that will let you remove and hide the Blogger Beta Navbar. Just add the following lines of code.

How to Hide the Blogger Beta Navbar in a Blogspot blog

Step # 1: Log into your Blogger account.

Step # 2: In your Blogger account, select Settings.  Then choose the Template tab

Step # 3: Click Edit HTML.  Under the Edit Template section, you will see the blog’s HTML

Under your Title Tag you will see code which looks something like below in green. Add the code in grey for your Blogger Beta Navbar to be gone forever.

<b:skin><![CDATA[/*
———————————————–
Blogger Template Style
Name:     Rounders
Designer: Douglas Bowman
URL:     
www.stopdesign.com
Date:     27 Feb 2004
Updated by: Blogger Team
———————————————– */

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

/* Variable definitions
  ====================
   <Variable name=”mainBgColor” description=”Main Background Color”
             type=”color” default=”#fff” value=”#ffffff”>
   <Variable name=”mainTextColor” description=”Text Color” type=”color”
             default=”#333″ value=”#333333″>
   …

Alternatively, if you don’t want to deal with Blogger anymore, a nice option would be to move to WordPress. TechCounter runs on WordPress. After downloading WordPress, come back and check out this article on Importing Blogger Beta posts to WordPress.

If you liked this article, click here to buy me a coffee!

Popularity: 19% [?]

Share This | Trackback URL | Comments feed for this post


17 Responses to “How to Hide or Remove Blogger Beta Navbar”

  1. 1
    Eva Says:

    Thanks a bunch, I was getting frustrated with trying to supress the nav bar following some old instructions. Your tip worked like a charm!

  2. 2
    Janel Kelly Says:

    9z6b5cfcsq81evr2

  3. 3
    chirag Says:

    thanks a lot. great help. it works for me. keep up the good work
    http://emoneytalk.blogspot.com

  4. 4
    Gee Says:

    YOu rock dude.thx!

  5. 5
    Aftab Says:

    I am using blogger beta i have tried many css codes including yours but unfortunately it is not working. Please help.
    Visit Now: Collection of Free Software

  6. 6
    apnerve Says:

    @aftab actually the hack depends on the template used.

    @Ryan the code doesn’t work for the latest templates (so called beta). The newer templates use iframes and so the CSS has to be applied to the iframe tag.

  7. 7
    apnerve Says:

    @ ryan I’m sorry for the previous comment. Your code works for the major beta templates. But I’d like to suggest one change.

    #navbar-iframe {
    height: 0px;
    }

    Alternative CSS codes:

    #navbar-iframe {
    visibility:hidden !important;
    }

    #navbar-iframe {
    display: none !important;
    }

  8. 8
    Rachel Says:

    This works. Place the following text directly above the Variable definitions section (near top of html)

    /*http://ticksabox.com*/
    #navbar-iframe {display: none !important;}

  9. 9
    Serjio Says:

    Как можно связаться с автором блога для размещения постового у вас на сайте и сколько будет стоить?

  10. 10
    SEO Consultant Says:

    Nice work dude… It is helpful for me as well as others..
    SEO Consultant

  11. 11
    Koncerty Imprezy Says:

    Good work. Thanks for sharing.

  12. 12
    James Darling Says:

    Hey Thanks Alot, You Have Explained It The Best Yet.

  13. 13
    John Says:

    Great job! Cant wait to start my own blog. :)

  14. 14
    Aron Beckmann Says:

    Hello there, your site is really cool. I not completely agree with you and would like to see more karma here.Thx and see you soon on your blog.:)

  15. 15
    ali Says:

    Thank you so much, I have been sitting here for hours trying to remove the navbar! Thank you so much :)

  16. 16
    saikat Says:

    thanx a lot my navbar removed

  17. 17
    Kenisha Esbenshade Says:

    Saudi king Abdullah is one of the most progressive and thoughtful leaders that country has ever had. Im reassured. Now I know that the religious police who beat people with six-foot staves and send little girls back into burning buildings to die because they forgot their head scarves are operating under an enlightened ruler. The next guy might drag them back into the Dark Ages.

Leave a Reply