Sunday, July 08, 2007

Hiding Navbar in New Blogger

As I promised in the post - "Tinkering with my Blog", here is a first of the posts under the category - 'how i did it?'

For removing the navbar just add the following lines anywhere in your Blogger template[Dashboard-->Layout/Template-->Edit Html] and the blogger banner will be gone forever.

<style>
#navbar-iframe {

height:0px;
visibility:hidden;
display:none;
}
</style>

Just make sure that this code is pasted somewhere inside <body> and </body> tags.

For more hacks to remove the navbar in the New Blogger, please visit "How to hide Navbar in New Blogger" by Amit Agarwal.

No comments: