Spiga

How To Remove the Blogger NavBar

Blogger navigation bar or simply called Blogger Navbar is a navigation and search bar locate on a top of all blogspot blogs. Eventhough they provide several useful features and different colors, sometimes it may not blend with your template.

hide blogger navbarSome blogspot blogger hide the navbar as they feel that its less attractive . Most of the custom Blogger templates available on internet are also packed up after removing navbars . But removing navbar is a possible violation of Google Blogger TOS for ".blogspot " accounts and for those who have own domain in blogger , I hope there's no problem...Just follow a few step below to remove your 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;
}
/* Variable definitions
====================
type="color" default="#fff" value="#ffffff">
default="#333" value="#333333">
...
Remove the code to show it again

0 comments: