This trick will show you how to get rid of the blogger
navigation bar. If you want to get rid of the navigation bar on your
Blogger blogs it’s a very easy process. You don’t need to be an expert
coder or know very much about HTML.
Step by Step Guide - Get Rid of the Blogger Navigation Bar
1. The only real reason to get rid of
the navigation bar is if you want your blog to look like a blog that
isn’t hosted on a free service. If it doesn’t matter to you then you
shouldn’t bother.
2. Place the following code just before the tag:
navbar1 {margin: 0;padding: 0;display: none;visibility: hidden;}

3. If for some reason that doesn’t work for you, try this code:
navbar-iframe { height:0px; visibility:hidden; display:none;}

- The navigation bar will be hidden from view.

At Last: Removing
the navigation bar is not a violation of Blogger TOS (terms of service).
And never has been. So don’t worry about removing it.
Post a Comment