Thursday, May 10, 2007

How To remove the NAVBAR element from Blogger

How To remove the NAVBAR element from Blogger is something ehich most blogger use wish to do and it is quite simple to achieve

- 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 following in the top of the template code:

#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}

No comments: