Remove Footer Credit Link from Blogger template

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.

 

Remove footer credit
 

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>
<div class='ty-copy-container row' style='font-size:1px; opacity:0;'>
Then Save and exit.

Enjoy.,,

2. Removing java script.

Follow the following steps below:

  • 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

  •  Change the credit link to your liking and Save    

     

     
    It's not advisable to get rid of copyrights credit links because many designers exerting to style template and need to recognized for his or her efforts.