Tuesday, 19 September 2017

How to Remove Navigation Bar In Blogger Blog with 3 different Ways

The Navigation Bar in Blogger is hidden in most of the templates. But, if you want to hide/remove it in the default templates, you have to do it manually by following 3 Simple Steps. For that Firstly go to Blogger on your web browser and login to blogger.

First -

  1. Firstly go to Bogger on your web browser and login to blogger. Then Go to the Layout section in Your Blogger Dashboard.There you will find Navbar Widget.

    How to Remove Navigation Bar In Blogger Blog  with 3 different Ways


  2. Click on "Edit" link of Navbar widget and you should be in the Navbar Configuration window.​ 
  3. Choose "Off" and click on "Save" button.

SECOND-

  1. Go to Template > Customize > Advanced > Add CSS.

    Paste the following code
    #navbar-iframe {
    display:none !important;
    }
  2. Click on "Apply to Blog" button.

THIRD-

  1. Go to Template > Edit Html > Jump to Widget > Navbar 1You can see the following lines:
    <b:section class=’navbar’ id=’navbar’ maxwidgets=’1′ name=’Navbar’ showaddelement=’no’>
    <b:widget id=’Navbar1′ locked=’true’ title=’Navbar’ type=’Navbar’>
    <b:includable id=’main’> </b:includable>
    </b:widget>
    </b:section>

    How to Remove Navigation Bar In Blogger Blog  with 3 different Ways


  2. Select and remove all those lines. 
  3. Click on "Save template" button and that's it.

Hope So The Information Provided By us was useful To You. Please do Share With Your Friends.

No comments:

Post a Comment