Breaking News

How to hide or remove footer credits name for your website

 Even through if you keep comments in between html code but that will not work.the problem is the code cannot be saved and an internal error popup message will be shown.

 

Ø How to add comments in the html

 

 <! --- comments can re-write here which will not be displayed in the original website--->

 

Example:-

<!-- blocked widgets -->

  <div style='display: none'>

    <b:section class='blocked-widgets' id='blocked-widgets' showaddelement='no' style='display: none'>

      <b:widget id='Attribution1' locked='true' title='' type='Attribution'>

        <b:widget-settings>

          <b:widget-setting name='copyright'/>

        </b:widget-settings>

        <b:includable id='main'>

    <div class='widget-content' style='text-align: center;'>

      <b:if cond='data:attribution != ""'>

       <data:attribution/>

      </b:if>

    </div>

Ø How to hide or remove footer credits at the bottom of the website


Syntax:-

<div style='font-size:1px; opacity:0;'>

<!--Original copyright Link Here-->

</div>

Example:-

<div style='font-size:1px; opacity:0;'>

        <div class='copyright'>Designed with <i aria-hidden='true' class='fa fa-heart' style='color: red;margin:0 2px;'/> by <a href='https://iot-cvgk.blogspot.com/' id='mycontent' rel='dofollow' title='Blogger Templates'>cvgk</a> | Distributed by <a href='https://iot-cvgk.blogspot.com/' rel='dofollow' style='color:#0be6af;' target='_blank'>Blogger Themes</a>

           </div>

 

ü NOTE:-

Even through footer credit is hidden when you move your cursor at that particular area it still shows hand icon and if you click at that particular place the page will be redirected to that place who made that template.


if anyone have any idea or any other way to remove footer credit  please comment or send ur message in contact form

 

thanks.

        

No comments