Search This Blog

Friday, January 28, 2011

How to hide Navbar in blogspot

Go to LAYOUT > EDIT HTML to open the template editor. Look for <b:skin> and paste the following after that:

/* By Aditya http://the-lastword.blogspot.com/
----------------------------------------------- */
div.navbar {
opacity:0.0;
display:none;
}

Save template ----> Finish

No comments:

Post a Comment