How to hide navbar in Blogger
Monday, July 30, 2007 | Label: Web master | |Just put this code in your Blogger template,/* ---( page defaults )--- */
/* === Hide the NavBar === */
.Navbar {
visibility:hidden;
display: none;
}
/* === Hide the NavBar === */