You can find Attribution gadget at footer of your blogger blog. It is not easy to remove the gadget in Layout window . There are 2 methods to remove the Gadget.
METHOD #1
Step 1 : Login to your Dashboard .
Then click Templates window.
Then click EDIT HTML button.
Step 2 : Find the following code ( Ctrl+F )
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
Step 3 : Change the "true" from the code to "false". Like below
<b:widget id='Attribution1' locked='false' title='' type='Attribution'>
Then click on save Templates.
Step 4 : Then click on Layout Window
Click on Edit in Attribution Gadget. Like below
Step 5 : Then click on Remove button .
Then check your blog ! It will be Attribution free !
METHOD #2
Step 1 : Login to your Dashboard .
Then click Templates window.
Then click EDIT HTML button.
Step 2 : Find the following code ( Ctrl+F )
<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 != ""'>
<data:attribution/>
</b:if>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
<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 != ""'>
<data:attribution/>
</b:if>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
Step 3 : Delete the code and click on Save Templates button.
Then check your blog ! It will be Attribution free !


