Hide or remove the navbar in Blogger

I had a blogger.com blog previously and one of the first things I did was to remove the navbar. Since then blogger has updated to a new system and I wasn’t sure whether the old css trick would still work. The good news is that it still does work even though your blog may take a while to update. Mine usually takes about 20 minutes to show the changes. To remove your navbar just use the css code below:

#navbar-iframe {
   display: none !important;
}

Just enter that somewhere between the other css # ids. If your navbar is not removed after doing this (and giving it another half an hour to update) please post and I’ll provide a few more methods which are more complicated but work just as well.

For paid blog hosting I would recommend HostICan, Lunarpages or Hostmonster.

Leave a Reply