Hiding the Blogger NavBar in the New Blogger

Sunday, January 28, 2007

You might want to hide your NavBar on your blog in the New Blogger. I hide the NavBar on Top3WebHosts by using the following CSS style:

#b-navbar {height:0px;visibility:hidden;display:none}

In the new version of Blogger this is possible by changing the code to:

#navbar-iframe {height:0px;visibility:hidden;display:none}

This code should be included in the <style> tag of your Blogger Template.