Method 1: Remove ‘Powered by Blogger
Step 1 : Go to your blog “Template” | click on “Edit HTML”.
Step 2 : Here on drop-down “jump to widget” option and select Attribution 1 as shown below

Step 3: After selecting Attribution 1 widget you will be able to see this line <!-- outside of the include in order to lock Attribution widget -->
<b:section class='foot' id='footer-3' name='Footer' showaddelement='no'>
<b:widget id='Attribution1' locked='false' title='' type='Attribution' visible='false'>
<b:includable id='main'>
<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 4: delete widget code finished
Method 2: Hide Attribution widget by adding CSS code.
Follow the same step 1 as mention above in method 1.Step 2: Search this line of code
body {
in your blogger template, for quick finding Hit CTRL+F

Add this line of code
#Attribution1 {display: none;}
above the body { code, as shown in the below picture.

Save template and view your blog, you will be no longer able to see attribution widget in footer of your blogspot blog.
Removing this attribution widget will add professional look to your blog.
Hope any one of this method worked for your blog on removing footer credits ‘attribution widget’.
Comments
Post a Comment