To hide the Blogger NavBar:
- Log in to blogger
- On your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog's HTML.
- paste the CSS definition in the top of the template code:
#navbar-iframe {
display: none !important;
}
Remove the code to show it again.
Remove the NavBar
at 1:38 AM
Labels: Blog Basics, Hack tips, Template tips


