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
- 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
- Place the following code just before the </head> tag:
- navbar1 {margin: 0;padding: 0;display: none;visibility: hidden;}
- 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.
Related Posts: Blogging Tips
No comments:
Post a Comment