Showing posts with label Blogger Hacks. Show all posts
Showing posts with label Blogger Hacks. Show all posts

How to Remove or Hide Blogger Default NavBar


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.

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...
»»  READMORE...