How to hide "Navbar Blogger"

Written By VINIX on Wednesday, May 27, 2009 | 6:20 PM

Before erasing navbar blogger (Navigation Bar), it’s
better if I inform that this method is one of the Blogger TOS violation.
If you still want to erase it, you can use the script below:

 


/* CSS to hid navigation bar */

 

#navbar {

height:10px;

visibility:hidden;

display:none;

}


 

How to do:

In the Edit HTML page, put the code above under the code
<b:skin><![CDATA[/*
and then save template.

 




No comments:

Post a Comment