How to Remove Footer Credits from blog ?

0

How to Remove Footer Credits and Add Your copy right ?


First you go to  Theme > Select Edit Html 

1 ) Press Ctrl + F  then A search box appear 
2 )  Enter "mycontent" this to search Box and Press Enter Or you can find by "Crafted with or Created By" which showing your website footer.

Now You  will See Like this :

 <div class='copyright-area'>Crafted with <i aria-hidden='true' class='fa fa-heart' style='color: red;margin:0 2px;'/>  <a href='https://tech-helper-m.blogspot.com/' id='mycontent' rel='dofollow'   title='Free Blogger Templates'>TemplatesYard</a> | Distributed By <a href='https://tech-helper-m.blogspot.com/' rel='dofollow' style='color:#0be6af;' target='_blank'>Blogger Templates</a>
    </div>

3 )Past this code after  id= 'mycontent' 
code: 
style='visibility:hidden'

Then Check which div class use here. In my Example "copyright-area

So Again Ctrl +F and Search copyright-area 

Then You will Find Like this :

#sub-footer-wrapper .copyright-area{font-size:13px;float:left;height:34px;line-height:34px;font-weight:400 }
4 ) Here we have font-size:13px make it 0.1px .

Now Footer Remove from the blog . But we have to show Your Copy Right now. So, lets Do it.
 
Now scroll up  and find this   <div class='container row'> 

5 ) After finding Past a Code After this code 
<p style='text-align:left;'>Copyright (c) 2021 <a href='https://tech-helper-m.blogspot.com/'>Tech Helper</a> All Right Reseved</p>
    <div class='ty-copy-container row' style='font-size:1px; opacity:0;'>
Change This Code According to You Requirements .

After Pasting this, we have to close a div class .

So, Now Scroll Down and find  this <!-- Main Scripts --> 

6 ) Now close div class  before this  <!-- Main Scripts --> 
</div>

Your Code Look like this...............

<div id='sub-footer-wrapper'>

  <div class='container row'>

    

    <p style='text-align:left;'>Copyright (c) 2021 <a href='https://tech-helper-m.blogspot.com/'>Tech Helper</a> All Right Reseved</p>

    <div class='ty-copy-container row' style='font-size:1px; opacity:0;'>

    

    <b:section class='menu-footer' id='menu-footer' maxwidgets='1' name='Menu Footer' showaddelement='yes'>

      <b:widget id='LinkList76' locked='true' title='Menu Footer Widget' type='LinkList' visible='false'>

        <b:widget-settings>

          <b:widget-setting name='sorting'>NONE</b:widget-setting>

          <b:widget-setting name='text-1'>About</b:widget-setting>

          <b:widget-setting name='link-1'>https://super-seo-templatesyard.blogspot.com/p/about.html</b:widget-setting>

          <b:widget-setting name='text-0'>Home</b:widget-setting>

          <b:widget-setting name='link-2'>https://super-seo-templatesyard.blogspot.com/p/contact-us.html</b:widget-setting>

          <b:widget-setting name='link-0'>/</b:widget-setting>

          <b:widget-setting name='text-2'>Contact Us</b:widget-setting>

        </b:widget-settings>

        <b:includable id='main'>

  <b:include name='widget-title'/>

  <b:include name='content'/>

</b:includable>

        <b:includable id='content'>

 <div class='widget-content'>

   <ul>

     <b:loop values='data:links' var='link'>

       <li><a expr:href='data:link.target'><data:link.name/></a></li>

     </b:loop>

   </ul>

 </div>

</b:includable>

      </b:widget>

    </b:section>

    <div class='copyright-area'>Crafted with <i aria-hidden='true' class='fa fa-heart' style='color: red;margin:0 2px;'/>  <a href='https://tech-helper-m.blogspot.com/' id='mycontent' rel='dofollow' style='visibility:hidden' title='Free Blogger Templates'>TemplatesYard</a> | Distributed By <a href='https://tech-helper-m.blogspot.com/' rel='dofollow' style='color:#0be6af;' target='_blank'>Blogger Templates</a>

    </div>

  </div>

</div>

</div>

</div>

  </div>


<!-- Main Scripts -->


Finally Work done Please save Your Code . If you have Any Problem please comments Bellow .

        Thank You 
                                            Keep Learning
                                                                                           Keep Growing 



Post a Comment

0Comments
Post a Comment (0)