Removing the text "Powered By Blogger" from the footer of your Blogger (blogspot) blog is a pretty easy job. It's a widget actually.
But just removing the widget won't work here, so what we need to do is, remove the whole section that contains the attribution widget in it.


1. Go to your Blogger Dashboard, and select template of your desired blog.






2. Click on Edit HTML button to edit the template.



3. From the top of the HTML Editor click on  jump to widget and select Attrribution1.




4. Now find the widget codes as shown below.


      
 <b:section class='foot' id='footer-3' showaddelement='no'>
        <b:widget id='Attribution1' locked='true' title='' type='Attribution'>
          <b:includable id='main'>
    <b:if cond='data:feedbackSurveyLink'>
      <div class='mobile-survey-link' style='text-align: center;'>
        <data:feedbackSurveyLink/>
      </div>
    </b:if>

    <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>



5. Now just delete the above codes and save your template. That's It. 
you have successfully removed the attribution widget.



Drop a comment here if you have any questions, Thank you.
Like this post?? Share with your friends.
 
Top