How to Remove and Hide Blogger NavBar (Top Navigation Bar)

When browsing Blogger powered weblogs hosted on blogspot.com domain or custom domain, there is always a NavBar (Navigation Bar or Banner) that appears on top of the blog. The Blogger NavBar contains Search Blog textbox, Flag Blog to notify Blogger about objectionable contents on the blog, Next Blog link to visit another blog randomly, plus links to create a blog or sign in to Blogger.

No many visitors nor bloggers themselves may find it useful though. It’s possible to hide and remove the NavBar with a little CSS hack. The trick will not interfere or mess up with the custom layouts that webmaster has designed, and pretty safe and easy to implement. In fact, if you’re publishing the Blogger blog to own custom domain with FTP or SFTP, it’s possible to turn off NavBar.

Turn Off and Disable NavBar in Blog Published by FTP or SFTP

  1. Login to Blogger.
  2. On the Blogger Dashboard, click on the Template link of the blog that you want to disable its NavBar. You can also click Customize on NavBar while visiting your blog.

    Edit Blogger Template

  3. The Edit HTML page under Template tab should be loaded. Click on the drop down box beside Change the Blogger NavBar and select Off.

    Turn Off and Disable Blogger NavBar

  4. Click on SAVE TEMPLATE CHANGES button when done.

Remove and Hide NavBar in Blogger Widget Template

  1. Sign in to Blogger.
  2. On the Blogger Dashboard, click on the Layout link of the blog that you want to disable its NavBar. You can also click Customize on NavBar while visiting your blog.

    Edit Blogger Layout

  3. Under the Layout tab, click on Edit HTML tab to view the template’s HTML code.

    Edit Blogger HTML

  4. Search for the following line of code:

    ]]>

    Before the line, add in the following line of code:

    #navbar { display: none; }

    or:

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

  5. Click on SAVE TEMPLATE to make the change effective.

Remove and Hide NavBar in Blogger Classic Template

  1. Login to Blogger.
  2. On the Blogger Dashboard, click on the Template link of the blog that you want to disable its NavBar. You can also click Customize on NavBar while visiting your blog.

    Edit Blogger Template

  3. The Edit HTML page under Template tab should be loaded. If not, go to the tab.
  4. Search for the following line of code:

    </style>

    Then, add the following line of code before that line:

    #navbar-iframe { display: none; }

    The Blogger Classic Template uses iframe to load the NavBar, and styles it with ID named navbar-iframe. The name actually also works for new Blogger Widget Template too.

  5. After hiding the Nav Bar in Blogger using Classic Template, there tends to be a gap that replaces the navigation bar. The gap may be white, red, green, blue, or black in color, depends on what is your background color. To remove the gap, find the following code (normally near the top of the HTML):

    body {

    Add in the following like of code after the body tag:

    position: relative;
    top: -32px;

  6. Click on SAVE TEMPLATE CHANGES button when done.

Tip: To display and show NavBar again, just remove and delete the additional codes that have been added.

40 Responses to “How to Remove and Hide Blogger NavBar (Top Navigation Bar)”

  1. Abijah Gupta
    December 4th, 2009 01:19
    40

    Awesome!!
    It works perfectly…

    thnx for sharing… :)

  2. Leo
    December 3rd, 2009 20:18
    39

    I registed on blog last month. I could not find any thing related to #navbar in the HTML code.All I saw is
    Is that mean they closed that door for us to do hide the blog link.

    Thanks

  3. Misaki
    November 28th, 2009 11:32
    38

    THANK YOU SO MUCH! IT WORKS GREAT!

  4. Stefana
    November 14th, 2009 08:25
    37

    It works great, but how to then access my Dashboard? I can no longer sign out either….

  5. joel
    November 12th, 2009 18:56
    36

    Here’s an odd problem. I’m using the widget template. In my browser (FF 3.5, linux) the line of text is fine. But on other machines with other browsers, there seems to be the white line above. I’ve tried putting in the 32 pixel bump, but that makes the top disappear from when it’s in my browser. Any way you can think of to make that line of text browser or system sensitive?

  6. Sockz
    October 17th, 2009 04:12
    35

    I love you. o.O

    I knew the code before, but I had no clue where to put it xD

  7. Vahe
    October 14th, 2009 01:08
    34

    Thanks alot my blog looks much better without the nav bar

  8. Kyle
    September 29th, 2009 14:09
    33

    I am still unable to remove the space with the position: relative;
    top: -32px;

    I am using the classic template what else could be wrong?

    Here is the page http://ericksonkytest.blogspot.com/

  9. clint
    September 25th, 2009 15:16
    32

    At last – wow , that took months to get right and now that it works , i am just ecstatic. Thank you so much. The code that did it for me was the insertion of:

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

    just before the ]]>

    i am using one of the templates that come with blogger, but not the classic

  10. theslabber
    September 12th, 2009 11:44
    31

    Fantastic. The directions worked perfectly. Many thanks.

  11. TheRickMaster
    September 4th, 2009 20:04
    30

    thanks a bunch works a treat

  12. chuck
    August 21st, 2009 05:54
    29

    Thanks very much for the information, very informative!

  13. Sanjay
    August 17th, 2009 18:00
    28

    This is great. Thanks for this post. It helped really well.

  14. franz
    August 7th, 2009 18:55
    27

    thanks for the tip. works like a charm

  15. Girl galleries picture
    July 19th, 2009 21:47
    26

    Thank you – this helps so much in apperance of my website – that nav bar was so blah on my site.

  16. Insyt
    June 28th, 2009 21:18
    25

    Muchas gracias :)

  17. sharath
    June 8th, 2009 14:48
    24

    this is a realy working article

  18. Stimey
    May 31st, 2009 07:15
    23

    Great tip! Thank you so much!

  19. Marcia
    May 20th, 2009 04:46
    22

    THANK YOU SO MUCH!!!! this was so easy and helpful.

  20. tallslacker
    May 19th, 2009 05:07
    21

    thank you for this wonderful tip!!

  21. Maidul
    May 18th, 2009 18:33
    20

    A very cool and easy trick.Thanks for the tip.

  22. Darren
    May 9th, 2009 00:46
    19

    great tip!

    works for me – I’ve incorporated my blog into my company website using an iframe to drop it in below the main top section & nav for the site, thereby maintaining the overall look & feel of the site – the nav bar would ruin the effect, so it’s great that this tip works!

  23. Ohhmama!
    May 6th, 2009 08:02
    18

    Worked like a charm! Thanks a million!

  24. Crystal
    May 4th, 2009 00:09
    17

    worked like a charm. thanks!

  25. Suraj
    April 20th, 2009 14:53
    16

    Thanks :)

  26. Lina
    April 17th, 2009 00:07
    15

    Awesome! Thank youuuuu!

  27. Nd
    April 9th, 2009 00:38
    14

    A very good trick and thanks

  28. Jacob Duchaine
    April 5th, 2009 08:22
    13

    Wow, this is amazingly accurate. Thank you so much.

  29. Elena
    April 4th, 2009 03:55
    12

    Thanks!

  30. Farmgirl Susan
    April 3rd, 2009 23:26
    11

    Thank you!!! : )

  31. Faraz
    March 29th, 2009 04:55
    10

    Thanks! That was so easy…

  32. NewProxw
    March 27th, 2009 08:46
    9

    Great job!

  33. Marvis
    March 13th, 2009 02:46
    8

    this is exactly what i was looking for. thank you!

  34. YNa
    March 10th, 2009 16:12
    7

    thanks a lot!
    tips of ‘top: -32px;’ one is really helpful.

  35. PHILLIP AYSCUE
    March 6th, 2009 21:50
    6

    Is it possible to leave the bar but JUST remove the “next blog” button? Thanks in advance!!

  36. IT-JobBank
    February 22nd, 2009 00:57
    5

    Done, thx for the tip!

  37. Cameron Blyth
    February 8th, 2009 10:01
    4

    Thankyou so much, you are a god.
    I have always hated the navbar!
    Thankyou Thankyou

  38. Luke
    February 8th, 2009 08:35
    3

    Thanks! That bar has always bugged me…

  39. Adam Anderson
    January 27th, 2009 23:26
    2

    Wow, thanks! It is mind-boggling how so many people tell to do things and it never works. This worked instantly. No problems. Thanks again.

  40. Siaar Group
    January 23rd, 2009 15:27
    1

    It really help me a lot, thanks for such a good and informative content. Thanks again….

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. To receive notification of latest comments posted, subscribe to My Digital Life Comments RSS feed or register to receive new comments in daily email digest.

New Articles

Incoming Search Terms for the Article

remove blogger navbar - hide blogger navbar - remove navbar blogger - how to remove blogger navbar - blogger remove navbar - blogger hide navbar - how to remove blogger bar - remove blogger bar - how to remove the navbar in blogger - how to remove navbar from blogger - removing blogger navbar - remove navbar from blogger - hide navbar blogger - delete blogger navbar - how to remove the blogger navbar - remove blogger navbar 2009 - remove navbar - hide navbar in blogger - hide the top blue part of the navigation - delete navbar from blogger - how to delete navbar in blogger - hide navigation bar 2.0 - blogspot remove navbar - hide blogspot navbar - hide blogger bar - remove nav bar blogger - remove nav bar - blogger navbar hide - blogger remove nav bar - hide navigation bar and advertisement - hiding navbar in blogger - hide navbar - how to hide the navbar in blogger - how to remove navbar in blogger - delete navbar blogger - how to remove navbar - navbar remove - remove blogger nav bar - blogspot hide navbar - remove navbar from blogspot - how to hide blogger navbar - how do i remove the blogger navbar - removing navbar from blogger - delete navigation blogspot - hide navigation bar on blogger - hide 2.0 navigation bar - blogger navigation bar - blogger hide navigation bar - blogger hide navbar november 2009 - hide blogger navigation bar -