Remove Your Navbar

To remove the Navbar at the topmost of your blogger beta, just add the following scripts before <body> in your blog Template file.

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

For those old blogger users (not blogger beta) the scripts should be,

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

0 Comments: