How to hide or remove Navbar | Blogger Tips


Blogger Navbar is a default feature in which you can search for blogs and there is also a shortcut button to customise your blog. It is located at the top of your Blogger or Blogspot posts. It looks like the following image.

Many of Bloggers hide this Navbar because it looks less attractive. So here I will tell the process to hide this Blogger Navbar.


Process to remove Blogger Navbar
Step 1: Login to Blogger.com

Step 2: Click on Layout from Dashboard

Step 3: Then go to Edit HTML

Step 4: Find out the following code. Normally it is located at head section.

    <!--[CDATA[/*


Step 5: Add the following code just below this line.

    #Navbar1
    {
    margin: 0;
    padding: 0;
    visibility: hidden;
    display: none;
    }

Step 6: After replacing it looks like the below image. Then save the template. Now you are done!!!





If You Like This. Please! Drop a Comment And Share This...

0 comments:

Post a Comment

 

Copyright 2009-2012. All Rights Reserved by Talkfromnet.blogspot.com...About Author: MHSHOHEL