Remove the NavBar Blogger

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>

Remove the code to show it again.

0 komentar:

Post a Comment