How do I remove Blogger’s Credit Templates from my blog?
Add the style code below before the copyright div ( Note: <div class=’footer_copyright’> this is how your copyright div class is going to look likes. it might contain more words or will look different in your code try to find it with patience. )
<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.
|