
The navbar (navigation bar) is the horizontal bar located at the top of your page. If you think it doesn’t match your blog’s design, or if you need that extra space for your banner — you can remove it to suit your needs.
Here’s how:
1. Go to your Dashboard > Layout
2. under Template tab, click Edit HTML to edit template
3. Just add the piece of code below somewhere between the <head> and </head> tags of your blog’s template…
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;}
…like this:
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><






Great Info! I just removed the navbar from my site!
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
Thanks for sharing this, Ian.
here is the video..
step by step..
video tutorial..
very easy to understand with this video..
nice share!!!
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;}
as the script for the bar is that the way to hide and show the bar is to change the “none” to “block”
none=hide… block=show