Blogger Tips: Remove the Nav Bar

Friday, May 2, 2008

Remove the Nav Bar

Hi are u bored of the blogger nav bar.Me too got bored of it and finally got rid of it.So i think i should explain to you how i removed the blogger nav bar.

Here is the trick
Goto Blogger Template>Edit Html

and paste the following code just before the Variable definitions

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


Variable defenition start with something like this

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

type="color" default="#fff" value="#ffffff">


Save and publish your template and the nav bar is gone.

No comments: