How To Completely Remove Copyright Footer Credit For All Blogger Template

How To Completely Remove Copyright Footer
Credit For All Blogger Template

Hy Folks, Today we will learn how can you remove the copyright from the footer. Mostly this problem happens for those peoples who are using blogger free template and want to remove copyright and want to make own site copyright. Do not worry you come to the right place. 

So, let's start and do follow the steps.


Step 1 -   Open your Blogger dashboard and click on a theme. now click on customise button then edit HTML in your template and search copyright text and hit enter then you will see the text and in some of the other people's cases you will see footer-copyright or footer-text at the end of the page. Don't worry you will see the text Design by so that you can easily understand where is the section of Footer.
For your better understanding, I have attached the image below. i hope you will easily find this ЁЯШЗ

  •  (Ctr+F ) for window
  • ( Command+ F) for Mac.

*Note - If you are not able to see the text properly on the image, please click on it :-)

Sorry for the inconvenience.

How To Completely Remove Copyright Footer Credit For All Blogger Template





Here are some tutorials for blogger it will help you to add new features and how to fix problems on your blogger site. you can follow the links below.ЁЯСЗЁЯП╗


Step 2 - Now create a div and add attribute class removeCopyrightlink and write CSS for this. If you have not idea about HTML and how to create so don't worry just follow the steps and copy the below Html and paste it into your blogger  HTML.
In my case, I am creating removeCopyrightlink class and write CSS for this. Please copy the below code and paste it into that section where you searched for Copyright text. 


<style> . removeCopyrightlink { text-indent:-99999px;  }  </style>
<div class="removeCopyrightlink">

</div>

Step 3-  After pasting the above code just copy the below code and paste it above the Copyright or footer-copyright or footer-text div. Please look below image you can easily understand.


Copy the Code ЁЯСЗЁЯП╗

Created by <a href='your site URL'>Your Site Name </a> | Powered By <a href='your site URL'  rel='dofollow'  style='color:#666;' target='_blank'>Your Site Name</a>
*Note - If you are not able to see the text properly on the image, please click on it :-)
Sorry for the inconvenience.

How To Completely Remove Copyright Footer Credit For All Blogger Template



    Step 4 - The final step copy that div which have class removeCopyrightlink, you had earlier created this one. Paste it above the div which has class copyright in my case, maybe in your case class is different. So final your HTML should look like below. 


Copy the below code and paste it into your HTML.


 <style>.removeCopyrightlink{text-indent:-99999px;}</style>


 Created by <a href='your site URL'>Your Site Name </a> | Powered By <a href='your site  URL'  rel='dofollow'  style='color:#666;' target='_blank'>Your Site Name</a>


<div class='removeCopyrightlink' > ЁЯСИЁЯП╗ this is the div which is created by you in Step 2

   <div class='copyright>' ЁЯСИЁЯП╗ this is the div which is searched by you in Step 1

       <!-- here will be your by default HTML. Don't change here -->

       <!--  In my case My HTML look like this. -->

      <a href='#' id='mycontent' title='Bloggr Template'>ThemeXpose</a> | Distributed By

      <a href='#' rel='dofollo' styel='color:#666'  target='_blank'>Blooger Template</a>

   </div> 


</div> 

How To Completely Remove Copyright Footer Credit For All Blogger Template

Yeah! You have learned ЁЯШК

I hope you understood this and like this article. if you like it so, please give feedback in the comment section.

If any mistakes I made here, so please let me know and improve me.
If you have any query, feel free to ask me  ЁЯШК 




Post a Comment

Please do not enter any spam link in the comment section.

Previous Post Next Post