You can remove the blogger's template credit link but when deleting that link, your website automatically redirects to the template creators website. Actually, the free template creator uses JavaScript to redirect your website to their website if the JavaScript did not find the credit link. The creator adds this JavaScript function with other JavaScript and encrypts them so that others can easily not find that script.
Unfortunately, most of the answers on the internet are superficial and do not solve the redirection issue, whatsoever. What you need to do is:
<style>.removelink{text-indent:-99999px;}</style>
<div class="removelink">
and remember to add an extra </div> at the end of the code where the copyright </div> are.
Now just paste your copyright information right above this code: <style>.removelink{text-indent:-99999px;}</style>.
Below is my sample code for my copyright information.
<center>
Created by <a href='https://www.facebook.com/wilirax'> <font color='#eb1d35'> WILIRAX </font> </a> ♔ | Copyrights 2019 Ⓒ
</center>
In the end, what you will have is something like this in your code:
Blogger's Templates Credit remove code by wilirax
If you still have confusion or your code not working you are welcome to contact me I will like to help you.
|
This remove link method worked for me.
ReplyDeleteExplained well. Finally Footer's credit removed. Thank you
ReplyDelete