In this blogpost I will be explaining step by step procedure to remove Blogger Footer Credit from your website
- Open Blogger Account Dashboard
- Click on Theme
- Click on Edit HTML
- Go to Attribution 1
- Replace the code with following snippet
original code
<b:section class='footer' id='footer' name='Footer' showaddelement='false' tag='footer'>
<b:widget id='Attribution1' locked='true' title='' type='Attribution' visible='true'>
Replacement Code
<b:section class='footer' id='footer' name='Footer' showaddelement='true' tag='footer'>
<b:widget id='Attribution1' locked='false' title='' type='Attribution' visible='false'>
- Go to layout
- Remove Attribution
- Add your own attribution
Boom – Its done