Accéder au contenu principal

How to remove footer copyright from any blogger template without redirecting

How to remove footer copyright from any blogger template without redirecting



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.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 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.

    Commentaires

    Enregistrer un commentaire

    Posts les plus consultés de ce blog

    How to Enable .NET Framework 2.0 And 3.5 in Windows 8.1 for Older Programs