How to Remove Footer Credits and Add Your copy right ?
<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'
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 }<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 -->

