Top Menu

Thursday, February 24, 2011

Remove the NavBar

To hide the Blogger NavBar paste the CSS definition between the style tags:

<style type="text/css">
#b-navbar {
height: 0px;
visibility: hidden;
display: none;
}
</style>

Hiding the banner in Blogger Beta (iframe):

<style type="text/css">
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
</style>

No comments:

Post a Comment