How to Remove Footer Credit link from any Blogger Template ! 100% working without redirecting
There are two majors methods:
- Replacing(Overriding) Copyright code
- Removing javascript.
- Hiding the credit link by using CSS.
1. Replacing (Overriding) Copyright code
- First visit www.blogger.com and Login in your blog
- Clink on theme design and then on Edit Html
- Press Ctrl+F and search any of the subsequent words in your HTML code. "Copyright, Designed By,"
- Now find the footer/credit link
- Above the credit 'DIV TAG" ie. <div class='copyright-area'>
paste the following code
<p style='text-align:left;'>Copyright (c) 2021 <a href='https://earnmoneyonlineinkenya.blogspot.com/'>Skillmatters.com</a> All Right Reseved</p>Then Save and exit.
<div class='ty-copy-container row' style='font-size:1px; opacity:0;'>
Enjoy.,,
2. Removing java script.
Follow the following steps below:
- First go to www.blogger.com and Login in your blog
- Press Ctrl+F and search any of the following words in your HTML code. "Copyright, Designed By,"
- Now find the footer/credit link
- your original Visibility copyright ID add the following code; style="visibility: hidden"
- Then Save and exit.
2. Hiding the credit link by using CSS
Press Ctrl+F and search following code in your HTML code
Search the word "mycontent" and change that word in your domain name


0 Comments