Remove Credit Link From The Footer Of The Blogger Premium Templates-In this article, I will teach you how to remove the credit link from the premium blogger template. A credit link shows that you are using the free version of a specific theme. And it looks non-professional.
Remove credit link

In this article, I
will teach you how to remove the credit link from the premium blogger template.
A credit link shows that you are using the free version of a specific theme.
And it looks non-professional. That’s why you should remove credit link from
the footer of premium Blogger template. There are many guides on the internet,
but their techniques violate the policy of premium templates. And after
modifications according to them, your blog will redirect to the template
website. To avoid the non-professionalism, I am going to tell you the remove
the credit ink from the footer through the modification of a code. That will
not voilate the Blogger template license policy. So you don’t need to worry because
I will discuss the easiest way which will clean your footer.
How to remove credit link from Blogger
template
You just need to follow these steps to remove credit link:
- . Login
to your Blogger account.
- . Click
on your required blog from the list.
- . Select
template from the left-hand menu and take the backup of your blogger template (It is
recommended to take the backup of your Blogger template before making any
changes.)
- . Now
press Edit HTML button to proceed further.
- Press Ctrl+f and search for the theme name that have
mentioned in the footer. As I am using the theme RealMag here. So I will
search here for RealMag theme by <a href=’http://www.templateism.com’
id=’mycontent’>
- The full code will look like this
|
<div id='copyrights-company' >2014 © Truemag</div><div id='copyrights-developer'>RealMag theme by <a href='http://www.templateism.com' id='mycontent'>Templateism</a></div>
|
You just need to add this attribute style=’visibility:
collapse’ in both div tags in the given code. Now it will look like this
|
<div id='copyrights-company' style='visibility:collapse'>2014 © Truemag</div><div id='copyrights-developer' style='visibility:collapse'>RealMag theme by <a href='http://www.templateism.com' id='mycontent'>Templateism</a></div>
|
Now press Save changes button and you have done now without
violating the policy of premium Blogger templates
source: http://www.howdescribe.com/