How to remove Blogger Beta Navbar
Most of the bloggers on blogger.com don't like that nav bar on top of their blogs.So you want to get rid of it . So here's a hack from blogger-templates & Praveen
To hide the Blogger NavBar paste the CSS definition between the style tags:
First, login into your blogger (beta) account and click Template.
Now, click on Edit HTML…and paste this piece of code.
<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>
Note : Some say its against the TOS of Google for blogger.com to remove navbar.But its not mentioned anywhere in the Google TOS .
This is what they have mentioned on their site - thats all.
The Navbar appears on all freely-hosted Blog*Spot blogs, but can be disabled for users publishing via FTP.
- Unless you publish your blog via FTP, the Navbar cannot be disabled.
- We've made every effort to make sure the Navbar doesn't interfere with custom template designs.
But you can disable it without using FTP publishing too with this trick..so enjoy !