That Ugly Blogger Navbar
Monday, September 17th, 2007 at 2:30 pm
I received a comment from Greta asking “Do you know how can i remove the ugly Blogger toolbar?”
Hi Greta.
You are able to ditch the Blogger navbar if you are hosting your Blogger.com blog on your own domain and publishing via FTP. If that sounds like Greek to you, don’t worry, read on.
If your blog lives on blogspot (hosted by Blogger.com), apparently the “ugly toolbar” is there to stay. Your best option would be to change the colour of the Blogger navbar to suit the design of your blog a little better. Unfortunately your choice consists of only four different colour schemes.
To find this setting, log into your blog, then on the Dashboard, click Manage > “Layout”. Under Template > “Page Elements”, click “Edit” on the Navbar, right at the top of the layout diagram.

A “Navbar Configuration” popup window should appear presenting you with the four options. Not much of a “configuration” if you ask me!

Know of any hacks or other ways to pimp the Blogger.com navbar? Let us know in comments :)



















Paul Says:
September 17th, 2007 at 5:18 pm
Put this in your CSS:
#b-navbar {height:0px;
visibility:hidden;
display:none
}
from: http://labnol.blogspot.com/200.....avbar.html
Bikram Says:
September 17th, 2007 at 8:52 pm
U can use this piece of code in your blog template stylesheet -
#navbar-iframe {height:0px;
visibility:hidden;
display:none
}
Add this code, save template and voila. NJoy - no navbar.
Greta Lambardo Says:
September 18th, 2007 at 12:12 pm
Wow; thanks at first to the Autor of this nice Blog;
and then to Paul and Bikram . I will try it . .
Blogsolid Says:
September 19th, 2007 at 11:57 am
I could not get Paul’s method to work, but Bikram’s code does the trick.
On the Dashboard, click Manage > “Layout”. Under Template, click “Edit HTML”. In the editing box, scroll down a little way to where the CSS starts. Paste the code there.
I don’t know how legal it is, but it works - no more navbar!
traveller Says:
January 7th, 2008 at 4:05 am
If I disable the navbar, then the login also disapears, how to disable just only the “next-blog” button in the nave bar