How to remove Powered by blogger

Very easy to do.

Watch video which I made:https://youtu.be/Toy11dRNHiA

or follow the following steps.

1:- Go to theme page.
2:- Click on HTML edit
3:- Find "Attribution1"
4:- Remove the code from  as it is shown in following HTML code. 
5:- Save and Refresh your blog. Now you will not see Powered by blogger.

<b:section class='foot' id='footer-3' name='Footer' showaddelement='no'>
        <b:widget id='Attribution1' locked='true' 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>

     

No comments:

Post a Comment