Removing And Changing The Footer Credits Of Any Blogger Templates | Editing the footer credits of sora templates
Method 1:
So first let us try to edit the footer credits by replacing the default footer credits terms.
- First of all open blogger.com and log into your account.
- Now click on the theme option on the interface on the left side menu.
- Next click on the Edit HTML option.
Important Note: Before editing the HTML code of your blog backup your blog theme or copy the whole HTML code of your blog and save it by pasting the code in the word document or notepad. You must have to do this before editing the HTML otherwise if you have made any mistake in your blog’s HTML code then whole the effort you made until that time on your blog will be gone into wain, your blog will be redirected to your blog theme provider website automatically. So be careful while editing the HTML code of your blog.
- After clicking on edit HTML press ctrl + F on your keyboard. Then a search box will appear on the top of your HTML code. In that search box type some part of the text that was on the footer credits of your blog.
- In my blog, my footer credits are created by sora templated and distributed by Gooyabi templates. So in the search box, I will enter created by or distributed by and search. After searching the term matching to the word you have searched by entering in the search box will be highlighted. If you observe carefully and if that whole term was matching to the footer credits of your blog then that was the code of your footer credits. You can see my footer credits HTML code in the image.
- I am first trying to edit the distributed by the term, so I am replacing the Gooyabi templates website link with my blog link and the name with my blog name. you can also observe this in the image.
- After replacing the terms click on the save option.
- Then after refreshing the blog you can observe that the footer credits have been changed as distributed by Telugu tech learners.
- Up to this, everything has worked correctly.
I didn’t have edited the created by term as it was the attribution credits of sora templates by changing that your blog will be redirected to sora templates website or the footer credits will remain the same.
Working method for any blogger template:
The previous methods will work or may not, but this method will definitely work for any blogger template. This was my own method discovered by me.
So first let us remove the footer credits and then let us try to change them as whatever we want. As you have observed in the previous methods that removing the whole HTML code of footer credits won’t work. So let us try something different than removing them. let us try by shrinking them by changing their font size to zero pixels. For that:
- Open the edit HTML option in your blogger.com interface.
- Press Ctrl + F and search with the term that your blogger footer credit will start with.
- After identifying the HTML code of the footer credits of your blog, enter this code
______________________________________________________________
style=’font-size= 0px;’
_____________________________________________________
after the <div class='copyright-area' of your blog footer credits html code or try copying and pasting the code.
- After that click on the save option.
Now by refreshing, you can observe that your blog's footer credits have successfully been removed without any redirection. So this method had worked successfully.
Now let us try to edit or change the footer credits.
- To change the footer credits as whatever you want enter the below code before the div tag. For better understanding, you can see the images and video.
____________________________________________________________________________
<div> type your footer credits here <a href=’your blog link’> your blog name </a> </div>
__________________________________________________________
- After entering the code click on save.
- If you observe your blog now by refreshing it, you can observe that your blog's footer credits have changed as what you have entered in the above code.
So, finally, you can able to remove and change the footer credits of your blog with any template by using this method.
i understood very well.
ReplyDelete