Thursday, October 21, 2010

How to Remove and Hide Blogger NavBar


Login To Blogger Go To > Design > Edit HTML.

and mark the tick box "Expand Widget Templates"

Now find (CTRL+F) this code in the template.

]]></b:skin>
And immediately Before it, paste this code:

#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
Now click Save Template.

No comments:

Post a Comment