Yet another site on computer viruses and spam

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:

  1. Go to Edit Html (under templates)
  2. and insert this anywhere in the template:
  3. #navbar #Navbar1 iframe{
    display:none;
    visibility:none;
    }

Thanks to apnerve.blogspot for the hack.

    §47 · February 18, 2008 · Uncategorized · · [Print]

    5 Responses to “How to Remove the Blogger Navbar”

    1. 5
      Rhodilee Says:

      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.

    2. 4
      apnerve Says:

      @Rhodilee
      you are most welcome. I have come up with a smaller, universal and better solution.

      #navbar-iframe{display:none !important}

    3. 3
      Rhodilee Says:

      I have been using this hack in all of my blogger blogs Apnerve, thanks for this :-)

    4. 2
      apnerve Says:

      Thanx for sharing my hack!

    5. 1
      Alexis Kauffmann - Galeria de Arte Géssica Hellmann Says:

      I’ve been looking for a way to remove that navbar for months! Thank you for sharing the hack!

    Leave a Reply