- Footer credit
- Encrypted Scripts
- Lifetime updates
- Lifetime Support
There are 2 ways to remove footer credit.
Method 1
Step 1
Go to your blogger dashboard and click theme option.Before edit the HTML code backup your template.Now click edit Html.
Then press CTRL+F and find created by or designed by in the search option.
Step 2
Your footer Copyright code is like this
<div class='copyright-area'>Crafted with <i aria-hidden='true' class='fa fa-heart' style='color: red;margin:0 2px;'/> by <a href='http://www.templates.com/' id='mycontent' rel='dofollow' title='Free Blogger Templates'>Templates</a> | Distributed by <a href='https://geeyaabitemplates.com/' rel='dofollow' style='color:#0be6af;' target='_blank'>Blogger</a>
</div>
You want copy paste this CSS code before the <div> tag.
Note:-"Add another </div> closing tag at end of the Code"
<style>.Remove link{text-indent:-99999px;} </style>
<div class="remove link">
After that your footer credit will be removed.
Finally your code will be like this
<Style>.Remove link{text-indent:-99999px;}</style>
<div class="remove link">
<div class='copyright-area'>Crafted with <i aria-hidden='true' class='fa fa-heart' style='color: red;margin:0 2px;'/> by <a href='http://www.templates.com/' id='mycontent' rel='dofollow' title='Free Blogger Templates'>TemplatesYard</a> | Distributed by <a href='https://geeyaabitemplates.com/' rel='dofollow' style='color:#0be6af;' target='_blank'>Blogger</a>
</div>
</div>
Now you're successfully removed your footer credit without redirecting to template author's website.
Method 2
Step1
Find the //<![CDATA[
var _KFzkhb="×65/×65×65
Step2
Remove the all encrypted codes between the two inverted commas.Finally your code will be like this
//<! [CDATA [ Var _KFzkhb=" "; eval (_KFzkhb); // ] ] >>
This two methods are 100% working guys try it.
0 Comments