Today we will be going to remove footer credits from any blogger themes. All you need to do is to follow all the important steps to successfully make it work. So without further ado, let's start!
Removing Footer Credits on Blogger Templates
Using a little HTML code will help us remove any footer credits easily. Just follow these steps.
Step 1. Go to your dashboard and head over to Theme then click the drop-down button next to Cuztomize and select Edit HTML.
Step 2. Now press Ctrl+ f on your keyboard and a popup search bar will appear at the top. Go ahead and search for <div class='copyright-area'>.
After pasting the code, it should be look like this.
Now type the code </div> tag to close it.
Ste 5. It's time to set your custom text that you want to appear on the footer credit of the blogger template.
Step 6. Click on save to confirm changes After that, go ahead and check your blog if everything works properly.
How to Add Link in Footer Credits
This time, I'll teach you how to add link to the footer credit texts. Let's say you want to add a link to your blog name so whenever someone clicks on it, they will be redirected to that link. To do that, you need to follow the following steps.
Step 1. Again, go to your Theme >> Edit HTML and go to the copyright-area.
Step 2. From the custom text you just added, delete the blog name and copy the following code.
Step 3. Now paste the code on any document where you can edit. Go ahead and change the text inside the href tag with your blog URL.
In the title name, you need to replace the text with your blog name.
Whenever they click on that, they will be redirected to the link you have added.
Step 4. Click save to confirm changes. It's all done!
To Wrap Up
I hope this article helps you a lot. Removing footer credits is easy than you think. With the right guide, it will work properly. If you have any question regarding this article, you're welcome to publish it in the comment section.