remove Navbar from Blogger blog

Navbar in Blogger blog has been one of the worst elements of blogging because of many reasons like it doesn't matches up with the blog template, it is not used much, it makes your blog look unprofessional.
But the Blogger navbar can be removed easily by just adding a bit of CSS code.

  1. Goto Template and click on Edit HTML and click proceed
  2. Now look for the following code 
  3. ]]></b:skin>
  4. If found, add the following CSS code just above it
  5. #navbar-iframe { display: none !important; }
  6. Then click on save template
  7. Navbar has been removed from your blogger blog



                      if you can not do it then u can also remove other way

1. Go to Template and click on customise 
2. Now click on Advanced
3. Scrolling down and click on Add CSS
4. Now paste CSS code
5. #navbar-iframe { display: none !important; }
6. click on Apply to Blog
7. Navbar has been removed from your blogger blog

No comments:

Post a Comment