While blogging, I tried to remove the attribution widget that is powered by blogger at the bottom the page. I easily removed it. But while surfing my site on mobile, I again saw the widget. I searched on net but difficult to find it. And recently I found it. Here is the trick given.
- Go To Blogger > Template > Edit HTML > Proceed
- Find and remove following code from your template:
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
- Find </body> in your template and just above it paste following code:
<div style='display:none;'>
<b:section class='hiddenbar' id='hiddenbar' preferred='no'>
<b:widget id='Attribution1' locked='true' mobile='no' title='' type='Attribution'/>
</b:section>
</div>
- Save your template, it's done.
Source: http://www.bwidgets.com/2013/02/remove-attribution-widget-from-blogger_2.html