Friday, May 16, 2008

How To Remove The NavBar On The New Blogger

Go to Layout -> Edit HTML then copy and paste the code below under the tag.
This will remove the navigation bar above your page.


<!-- The FastBacks http://fastbacks.blogspot.com: Start of remove Navbar -->
<style type="text/css">
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
</style>
<!-- The FastBacks http://fastbacks.blogspot.com: End of remove Navbar -->

1 comments:

Frank said...

wow. thanks