How to Remove or Hide Blogger Default NavBar

blogger navbar image

In my recent post I show you How To Backup and Restore Blogger Template as we know Blogger has many cool features some are good some are bad  One of them is NavBar some peoples like Navbar some not. One benefit is that it allows visitors to Follow, Share and Search your blog. But Most people hate it like me. You can remove it easily by adding a simple code to your template.

To Remove or Hide NavBar

Step 1:

Go to Blogger Dashboard > Edit Html and search for  <b:skin><![CDATA[

Step 2:

Place following code just after <b:skin><![CDATA[ 

#navbar-iframe {
display: none !important;
}

Step 3:

Click on Save Template and you had done…

 

Hope this method to remove NavBar helps you. Feel free to drop comments.