How to remove Blogger Navigation Bar

I had seen many of the blogger BlogSpot webmasters still not removing their navigation bar in their blogs. I hope this post will help those new blogger webmasters who don’t know any coding at all.

Why removing Navigation Bar?

The main reason for removing navigation bar in blogger blogs is to give some professional look to your blog. Secondly you will some more space on top of your blog it can be used for other customization tasks. Removing navigation bar will help you to get more reputation from your readers.

How to remove?

You can remove the navigation bar very easily in blogger blog. all you need to do is to just follow the below steps.

  1. Log in to your blogger dashboard
  2. Click on layout/Design then point to edit HTML
  3. Just copy below code in to your HEAD section of template and preview it.

#navbar-iframe {

display: none !important;

}



Now save the template thats it ,you are  done !! If you want to revert it back in blogger style just remove the above code that we used to hide the Navigation bar.

Children’s can do this one !! why can’t you? Try this out today it self. Make sure you backed up your template before applying the code.

2 Comments

Add a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.