To hide navbar from blogger layout

Sunday, December 20, 2009


If you are using a default blogger template then it displays navbar at the top of the page. To remove this navbar here is a simple hack.

Here is the navbar with many options :



To add this just go to > Layout > Edit HTML and search for #navbar-iframe and replace it with below code :
#navbar-iframe {
display: none !important;
}
This will hide the navbar from blogger template. Faced any problems please do post comments.

Subscribe to our blog

Do you have any Suggestions, add your comment. Please don't Spam!
If you like this site >> Subscribe to our feed

0 comments:

Post a Comment