Today i am going to show you that how to remove Blogger NavBar.Blogger has some very cool features as well as some bad features.One of them is NavBar some people likes it some not.
So if you want to remove NavBar from your blogger then follow the following easy steps
To Remove or Hide NavBar
Step 1:
Go to Blogger Dashboard > Edit Html and search for <![CDATA[
Step 2:
Place following code just after <![CDATA[
#navbar-iframe {
display: none !important;
}
display: none !important;
}