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
- Login to Blogger.
- 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.

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

- Click on SAVE TEMPLATE CHANGES button when done.
Remove and Hide NavBar in Blogger Widget Template
- Sign in to Blogger.
- 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.

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

- 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; } - Click on SAVE TEMPLATE to make the change effective.
Remove and Hide NavBar in Blogger Classic Template
- Login to Blogger.
- 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.

- The Edit HTML page under Template tab should be loaded. If not, go to the tab.
- 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.
- 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; - 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.
Related Articles
- How to Delete Blogger Blog
- How to Hide or Show Libraries in the Navigation Pane of Windows 7 Explorer
- New Blogger with Category (Labels) and Instant Publishing Features plus New Templates
- Migrate and Switch to Blogger Beta: When’s Your Turn?
- Remove or Hide Windows Live Messenger Tabs
- Hide and Remove Public Folders Shortcuts and Favorite Links in Vista Explorer Shell
- Windows Live Messenger (WLM) Ads Remove and Disable with WLM Universal Patcher++
- Redirect Blogger RSS Feed to FeedBurner for Detailed Statistics and Monetize Ads
- Remove and Hide Facebook Ads
- Blogger (at BlogSpot) with Category Labels and Drag-and-Drop Template Editing Out of Beta










































February 7th, 2010 11:22
It worked!!! I can’t believe it…wow! thanks.
I hated the nav bar on my site……………
January 26th, 2010 17:44
Well u have to completly remove the code
#navbar-iframe {
display: none;
and that’s it, hope it works..
January 14th, 2010 20:08
The blogger template that I have chosen has turned off my navbar. The html template already says
#navbar-iframe {
display:none;
what do i put in the none part to make it show? what’s it supposed to say?
thanks
January 8th, 2010 02:05
Thanks it works for me
December 21st, 2009 15:13
Super trick. Thanks.
December 11th, 2009 16:05
Nice! very helpful. It work For ME
I love you FUll
December 4th, 2009 01:19
Awesome!!
It works perfectly…
thnx for sharing…
December 3rd, 2009 20:18
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
November 28th, 2009 11:32
THANK YOU SO MUCH! IT WORKS GREAT!
November 14th, 2009 08:25
It works great, but how to then access my Dashboard? I can no longer sign out either….
November 12th, 2009 18:56
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?
October 17th, 2009 04:12
I love you. o.O
I knew the code before, but I had no clue where to put it xD
October 14th, 2009 01:08
Thanks alot my blog looks much better without the nav bar
September 29th, 2009 14:09
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/
September 25th, 2009 15:16
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
September 12th, 2009 11:44
Fantastic. The directions worked perfectly. Many thanks.
September 4th, 2009 20:04
thanks a bunch works a treat
August 21st, 2009 05:54
Thanks very much for the information, very informative!
August 17th, 2009 18:00
This is great. Thanks for this post. It helped really well.
August 7th, 2009 18:55
thanks for the tip. works like a charm
July 19th, 2009 21:47
Thank you – this helps so much in apperance of my website – that nav bar was so blah on my site.