Remove Footer Credits or Links or Created by Copyrights From Free Blogger Template
(N.B. Although it is inappropriate and also illegal)
- Go to Blogger.com
- Open your blog.
- Select 'Theme' > 'Edit HTML'
Add the style code below right before <div id='copyrights'>
<style>.removelink{text-indent:-99999px;}</style>
<div class="removelink">
and remember to add an extra </div> at the end of the code. It’ll look like this:
<style>.removelink{text-indent:-99999px;}</style>
<div class="removelink">
<div id='copyrights'>
Designed by <a href='https://www.lekhon.cf' id='mycontent' title='Blogger Tempelates'>My Site</a>
</div>
</div>
Then, copy the following part
Designed by <a href='https://www.lekhon.cf' id='mycontent' title='Blogger Templates'>My Site</a>
You should remove id='mycontent' title ='Blogger Templates' and paste the updated code (As like this —— Designed by <a href='https://www.lekhon.cf/'>My Site</a> “and mast be adjusted your won blogger template”), RIGHT ABOVE this code: <style>.removelink{text-indent:-99999px;}</style>
In the end, what you will have is something like this:
<!-- Footer Copyright -->
2020 Mysite by <a href='https://www.lekhon.cf/'>Mysite</a> | Powered by <a href='https://www.lekhon.cf/' rel='dofollow' style='color:#666;' target='_blank'>Mysite</a>
<style>.removelink{text-indent:-99999px;}</style>
<div class="removelink">
<div ID='copyrights'>
2020 Designed by <a href='https://www.lekhon.cf/' id='mycontent' title='Blogger Templates' style='visibility:hidden'>Mysite</a> | Powered by <a href='https://www.lekhon.cf/' rel='dofollow' style='color:#666;' target='_blank'>Mysite</a>
</div>
</div>
This is the easiest method. Hope it helps.