How to Remove or Hide NavBar from Blogger !


How to Remove or Hide Blogger Default NavBar




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.

Post a Comment