How To Remove Redirecting Blogger Footer Credit - Easy Steps

 

How to Find  Footer Credit Area in Blogger Theme

to remove footer first you want to find the  footer section in blogger theme for that follow my steps
  • Click theme on blogger Dashboard 
  • Click the dropdown as shown in below image
  • Select Edit HTML
  • Click anywhere in the code box
  • Press Ctrl + F
  • Search the text that want to remove 
  • Identify the footer section 

How to Remove Designed by Credit  in Blogger Theme

Add the following code above to the credit area
Code 1
After adding the following code add  </div>  below to the footer code that we want to remove.
 <style>.removelink{padding: 0px !important;text-decoration: none !important;color: white !important;opacity: 0 !important;cursor: default !important;font-size: 1px !important;height:0px !important}</style>
 <div class='removelink'>

  <!-- Footer Credit You want t o remove -->

</div> 

Two Things want to check.

  1. Our script is added above to footer code
  2.  < /div>  is added below to footer code
After That, it will look like this

How  codes look like

How To Add Own Footer Credit on Blogger

Copy the following code and paste the code above to the code 1 placed or anywhere that you want display it.
<div class='new-credit'>Copyright <span id="year"> <script>
  var d = new Date(); 
  var n = d.getFullYear(); 
  document.getElementById("year").innerHTML = n;
  </script></span> <a expr:href='data:blog.homepageUrl' expr:title='data:blog.title'><data:blog.title/></a>. All Rights Reserved </div>
  

Features  

  • Auto Year Update
  • Auto Home Page Detect
  • You don't need to edit 
  • You can add more text with it