How To Remove Blogger Top Nav Bar!

Blogger comes with a default navigation bar.This blogger navigaton bar may not be present in most of the templates.But if you are using a default blogger template,then you will see some navigation bars like the one in this picture.These navigation bars can be removed using some simple CSS techniques.
Here are the steps to remove the Blogger top Navigation bar /Blogger Nav Bar




  1. Login to your blogger account
  2. From your Dashboard opt for Layout
  3. Now choose Edit Html
  4. You will see your template code there.
  5. In that template code find



]]></b:skin>


Replace it with,





#navbar-iframe { display: none !important; }
]]></b:skin>

Now click "SaveTemplate"!

Take a look at your blogger navigation bar! It will disappeared!



Sharing is simple! Make sure, drop some comment here! Thanks me if you had benefit from this post! If you have anything in mind, feel free to drop some comment here.. Just ask me if you have any problem with those codes.. Happy Blogging Guys! Follow me for the latest post and hacks!