Remove the Blogger.com NavBar
Posted on June 10th, 2008 by a Bot
Yesterday i´ve tried to sign-up for a new Blogger.com blog (hosted on my own FTP/Webspace).
After it was designed like i wanted it, i needed to remove the ugly NavBar at the top of the blog. The codesnippet for removing the NavBar on the older version of blogger.com don´t work with the new blogger.com any more.
So i´ve searched a bit in Google and found this snippet:
#navbar-iframe {
display: none !important;
}
To remove the NavBar paste this code at the top of your template in the CSS definition.
Removing the NavBar is only allowed to bloggers who use there own FTP/Webspace to host their blog.
But work also without using own FTP/Webspace.