Sunday, January 4, 2009

How to remove Blogger Navbar...(Blogspot.com)

How to remove Blogger Navbar from your blog (blogspot.com)

Easy way...just go to Layout - edit html


Find this ....

#outer-wrapper {
width:740px;
margin:0 auto;
text-align:$startSide;
font: $bodyFont;
}

add this structure ...

#outer-wrapper {
width:740px;
margin:0 auto;
text-align:$startSide;
font: $bodyFont;
}#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}

No comments:

Post a Comment