How to remove navbar from your blog?

To hide Nav-Bar Follow these steps...!!!

  1. Open your blogger account.
  2. Select blog in which you want to remove Nav-bar.
  3. Go to template option. 
  4. Click on html button.
  5. Press Ctrl+F and search this line
    ]]></b:skin>
  6. Before this line add this line manually
    #navbar-iframe,#navbar { display: none !important; }

    After edit this code HTML looks like this
  7. Now save the template and its done.
  8. Now visit on your blog, Nav-bar become Invisible.
  9. Enjoy.

Comments