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.
- Fine the line "/* Variable definitions"
- Paste the CSS definition in the top of the template code:
The Code
#navbar-iframe {
display: none !important;
}
To show the header again just remove the code.
No comments:
Post a Comment