Monday, February 5, 2018

How to remove the Attribution1, Header1 and Navbar1 widgets in Blogspot

WWW.MAHESHITONLINE.BLOGSPOT.COM

1. Remove the Attribution1 in Footer:

1. Dashboard >> Them >> edit html 
2. Select attribution1 from jump to widget
3. then identify the attribution1 code 
<b:section ....
        <b:widget ....

</b:widget>
    </b:section>



4. Now delete simply & save theme
5. Now open the blog for checking. done.

deleted attribution1 code for observation:

<b:section class='foot' id='footer-3' name='Footer' showaddelement='no'>
        <b:widget id='Attribution1' locked='false' title='' type='Attribution'>
          <b:widget-settings>
            <b:widget-setting name='copyright'/>
          </b:widget-settings>
          <b:includable id='main'>
    <div class='widget-content' style='text-align: center;'>
      <b:if cond='data:attribution != &quot;&quot;'>
       <data:attribution/>
      </b:if>
    </div>

    <b:include name='quickedit'/>
  </b:includable>
        </b:widget>
    </b:section>


2. Remove the Navbar1 in Footer:

1. Dashboard >> Them >> edit html 
2. select Navbar1 from jump to widget
then identify the navbar1 code 

<b:section ....
        <b:widget ....
               
</b:widget>
    </b:section>

3. Now delete simply
4. Now save theme and open the blog for checking. done.

3. Remove the Header in Heading1:

1. Dashboard >> Them >> edit html 
2. Select attribution1 from jump to widget
3. then identify the Header1 code 
<b:section ....
        <b:widget ....

</b:widget>
    </b:section>

4. Now delete simply & save theme
5. Now open the blog for checking. done.

No comments:

Post a Comment

Featured Post

How To Change Width & Height of Blogger's Top Menu Bar