This is the blogger navbar:

and there are several reasons why some bloggers (including me) would prefer to remove the navbar and prevent it from showing in blogger blogs. So here is the trick on how to remove the blogger navigation bar:
- Go to Edit Html (under templates)
- and insert this anywhere in the template:
#navbar #Navbar1 iframe{
display:none;
visibility:none;
}
Thanks to apnerve.blogspot for the hack.
February 22nd, 2009 at 9:46 am
Apnerve,
another good hack
but what is the difference between the #navbar-iframe{display:none !important} and #navbar #Navbar1 iframe{
display:none;
visibility:none;
}
? I think they just serve the same purpose I use them interchangeably.
February 16th, 2009 at 6:35 pm
@Rhodilee
you are most welcome. I have come up with a smaller, universal and better solution.
#navbar-iframe{display:none !important}
February 11th, 2009 at 5:08 pm
I have been using this hack in all of my blogger blogs Apnerve, thanks for this
February 11th, 2009 at 3:52 am
Thanx for sharing my hack!
March 5th, 2008 at 12:06 pm
I’ve been looking for a way to remove that navbar for months! Thank you for sharing the hack!