How to remove the blogger nav bar

From your Blogger Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Add the following just above the variable declaration section:

#navbar-iframe {
display: none !important;
}



Other option: Most of the custom templates that you can download from the web have this code already builtin.
blog comments powered by Disqus