Remove Footer Credit from Blogger Template without Redirecting to Any Website

 


Method 1


Step 1
    Go to your blogger dashboard and click the 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.templatesyard.com/' id='mycontent' rel='dofollow' title='Free Blogger Templates'>TemplatesYard</a> | Distributed by <a href='https://gooyaabitemplates.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.templatesyard.com/' id='mycontent' rel='dofollow' title='Free Blogger Templates'>TemplatesYard</a> | Distributed by <a href='https://gooyaabitemplates.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 all encrypted codes between the two inverted commas. Finally, your code will be like this

    //<! [CDATA [ Var _KFzkhb=" "; eval (_KFzkhb); // ] ] >>


    These two methods are 100% working guys try it.
    Remove Footer Credit from Blogger Template without Redirecting to Any Website Remove Footer Credit  from Blogger Template without Redirecting to Any Website Reviewed by SellerSevak on September 22, 2020 Rating: 5

    No comments:

    Powered by Blogger.