This is step by step how to remove "Powered by Blogger" in your blogspot. For safety reason please backup your template.
First way, removing "Powered By Blogger" with removing widget Attribution1
- Go to "Layout" | "Edit HTML"
- Give Check on "Expand Widget Templates"
- Now, find this line of code below
- Remove this code from your template
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<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> - Save your template and View your blog.
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>For fast searching copy line code above and then Hit CTRL+F and paste in Find Box.
Second way removing Powered By Blogger using CSS.
- Go to "Layout" | "Edit HTML"
- Give Check on "Expand Widget Templates"
- Now, find this line of code below
- Replace line code above with the folowing code
#Attribution1 {display: none;}
body { - Save your template and View your blog.
body {For fast searching copy line code above and then Hit CTRL+F and paste.