Remove Blogger's Navbar

Here's the quick and easy tip to get rid of the Navbar:

- Log in to blogger
- On your Dashboard, select Layout--->Template--->Edit HTML.
- Under the Edit Template section you will see you blog's HTML.
- Paste this code below in the top of the template code:

Blogger Template Style
Name: xxxxxxx
Designer: xxxxxxx
URL: xxxxxx
Date: xxxxx
Updated by: Blogger Team
----------------------------------------------- */

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

/* Variable definitions
====================

<Variable name="mainBgColor" description="Main Background Color"
type="color" default="#fff" value="#ffffff">
<Variable name="mainTextColor" description="Text Color" type="color"
default="#333" value="#333333">
...

Save your template and.....DONE!!!

0 comments: