Blogger is one of the most popular blogging platforms, It is a Google product that allows us to create a free blog, but the attribution in the footer make it looks unprofessional. In this blog post I will show you how to remove powered by blogger from blogger blog.
Actually this method is not polite, because we do not respect the work of others. But for most people this is a common thing.
How to Remove or Change Footer Powered by or Copyright in blogger ?
Here are the steps:
Step 1. Go to blogger admin dashboard, and then select "Theme" menu >> Custom >> "Edit HTML".
Step 2. In the box press "CTRL + F" to search type "Attribution", and you will find code like below
<!-- 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='true' title='' type='attribution'>
<b:widget-settings>
...................
Step 3. Change "locked='true'" to "locked='false'".
Step 4. Change " showaddelement='no'" to " showaddelement='yes'" ,and the save.
Step 5. Go to "Layout" menu >> then scroll to down, find " Attribution" >> Edit >> Remove.
Step 6. In Footer select "Add Widget" >> then select "HTML/Java script" >> then copy and paste code below
<p style="text-align:center;"> Custom @ 2022 </p>
For details step by step yo can watch this video bellow .