Tuesday, April 21, 2009

Remove navigation BAR

Some bloggers wish to hide blog navigation bar from Blogger Layout as some blog owners dont like navbar at the top of blog to be shown. If you are one of those bloggers, then i got the right code for you
To hide the navbar

- Log in to blogger

- On your Dashboard, select Layout. . Click Edit HTML. Remember to downloadyou existing template before you start playing with it

Search for the code head{
- paste the below code after the body { tag





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

Or Use

div.navbar {
opacity:0.0;
display:none;
}

Or You can Place If both not works

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

any problem just leave a comment;

No comments:

Post a Comment

drop a message