In this blogpost I will be explaining step by step procedure to remove Blogger Footer Credit from your website

  1. Open Blogger Account Dashboard
  2. Click on Theme
  3. Click on Edit HTML
  4. Go to Attribution 1
  5. 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