How to Hide, Disable or Remove Blogger Blogspot NavBar?
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.
First go to Layout –> Edit html
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;
}Ok, Good Luck….
Related posts:
- Feedburner Subscription Problem The feed does not have subscriptions by email enabled, then...
Related posts brought to you by Yet Another Related Posts Plugin.
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

In 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