Remove Footer Credit From Blogger Template in 2020

 You are here to find a way to hide the footer credit in blogger template in 2020. Remember don't ever try to remove the credit section or it will cause many problems to your site like redirecting to other websites.

So i am going to show you  the easiest way to solve this footer credit issue.

1. Here you can see the default footer credit which comes on downloading the template.




2. Go to settings->themes-> and firstly click on the backup option and backup the theme to avoid any kind of problems if occurs and so that you can restore it easily.

3. Then go to the settings>theme>edit html and click on that and the html page will open up.




4. Press ctrl+f and a search bar will be opened and search the first letter of the footer credit line. i.e;

created by or distributed by when you search that line will appear on the page with the highlighted letter.

5. Copy the code given below and paste it just one live above the footer credit line.

<p style='text-align:left;'>Copyright (c) 2020 <a href='https://codinglanguagehub.com/'>My Website</a> All Right Reseved</p>
<div class='ty-copy-container row' style='font-size:1px; opacity:0;'>



 


6. change the URL with the URL of your site as here the url of my site is given www.codinglanguagehub.com , you have to paste the url of your site. 

7.  Put the div tag -”</div> “ on the last and click on save button

No comments:

Post a Comment