How to Get Rid of the Blogger Navigation Bar

If you want to get rid of the navigation bar on your Blogger blog/s it's a very easy process. You don't need to be an expert coder or know very much about HTML.


Steps

  1. The only real reason to get rid of the navigation bar is if you want your blog to look like a blog that isn't hosted on a free service. If it doesn't matter to you then you
  2. Place the following code just before the </head> tag:
    • navbar1 {margin: 0;padding: 0;display: none;visibility: hidden;}
  3. If for some reason that doesn't work for you, try this code:
    • navbar-iframe { height:0px; visibility:hidden; display:none; }
      • The navigation bar will be hidden from view.

Tips

  • Removing the navigation bar is not a violation of Blogger TOS (terms of service). And never has been. So don't worry about removing it.

Warnings

  • You should however, as sometimes TOS do change from time to time, periodically (every 6 months or so) check to see if it becomes a violation.

No comments:

Post a Comment