How to Hide, Disable or Remove Blogger Blogspot NavBar?
↓ Sponsored Links

Please note that according to the term and condition of blogger.com, you’re not allowed to remove or disable the navbar unless you host your blog under your own server. This tutorial is meant for those that host their blog outside of blogger.com, but the code does work for blogs hosted with blogger.com.
Step 01
This tutorial is on how to hide,disable or remove the blogger navbar (also known as the navigation bar) from your blog. First go to ‘Layout’ –> ‘Edit html’.

Step 02
Copy and paste the code provided below (as shown in the image below) and insert it into the template, the code can be inserted anywhere in the template.
#navbar {
height: 0px;
visibility: hidden;
display: none;
}

Related Articles
Similar posts you may be interested in based on past browsing
Comments
Leave a Reply

Curious
December 1st, 2008Is this allowed if you use blogger, but have .co.nr as your domain name? Write back please
Gino
January 8th, 2009Thanks for the excellent info…
Melvin
January 10th, 2009Wow.. It works.. Thanks for the nifty info…
Sooparhguy
January 12th, 2009Thanks alot this works very well, compared to the other ones i found…
david
February 10th, 2009Is it valuation of Blogger’s TOS ?… will Blogger remove my account?
james
February 28th, 2009I found this “Unless you publish your blog via FTP, the Navbar cannot be disabled.”
but I don’t know if that means they just don’t offer you a nice little button option to remove it or if it means you are not allowed to remove it.
I have found nothing that clearly states whether it is allowed or not.
twinkle
March 3rd, 2009hey thsi totally works!
pkl
May 16th, 2009Thank you so much!
Steve
July 7th, 2009I don’t mind hosting my blog via FTP except that Blogger doesnt support XML templates if I host it.
Is this likely to change any time soon?
fred
July 7th, 2009this is not the good syntax.
good one :
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
Ian MacGregor
August 19th, 2009In case anyone is interested in whether or not hiding the blogger navbar is a violation of the Blogger TOS, it isn’t. See the following post with an explanation by a Blogger employee:
http://groups.google.com/group/blogger-help-customizing/browse_thread/thread/c7e3226fe35da11e?fwc=1&pli=1