The Blogger Navbar is a navigation and a search bar on top of Blogger blogs. It is available in several colors, and provides great and useful features. More information about the Blogger Navbar
here.
However, it do not blend well with some custom templates. Unfortunately, there's no option for removing the Navbar easily; but you can hide it with a simple modification to your template. I read in other blogs that a Blogger Support stated that:
"While it’s not officially against our TOS, we discourage folks from removing it because we think it’s a great feature with more improvements to come. Follow the above instructions at your own peril, as Blogger controls the TOS and has been known to change it."
Before doing this trick, be sure to backup your current template.
- Go to your Dashboard.
- Select Layout.
- Select Edit HTML.
- Scroll down, or press Ctrl + F and find this code:
- Add these line of codes above it.
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
- Save it, then view your blog.