Labels

Saturday, January 7, 2017

How to remove "Blogger Templates Created By" from my blog? By - Water Damage, USA



SEO Loan, Founder at School
Written: Jan 8, 2017

Many websites are available on the internet which provides very stylish blogger template at very low cost. If you purchase their template than that template will not contain any credit link. These websites also provide most of the free blogger template with Non-removable credit link. Means, what? If you’ll try to remove credit link from their template, then your blog will automatically redirect to their website(Homepage or a particular site). This is because they added some JavaScript into their free templates. In other hand, if you undo the changes and keep their original credit of template then it works perfectly.

Steps To Remove Footer Credits or Links In Blogger Template With CSS

Simple Trick >> How To Remove Footer Credits In Blogger Template Simple Trick

  • Go to Blogger.com
  • Open your blog.
  • Select 'Template' > 'Edit HTML'
  • Now, search for 'footer' or 'credits' or 'Created' in template code.
  • Now you will see something look like this-
 Created By <a href='#' id='mycontent' rel='dofollow' title='bLOGGER'>Blogger</a> &amp; <a href='#' rel='dofollow'>&reg;</a>
 
Now, add style='visibility:hidden' where credits are written in image or your template like this -

 Created By <a href='#' id='mycontent' rel='dofollow' title='bLOGGER' style='visibility:hidden' >Blogger</a> &amp; <a href='#' rel='dofollow' style='visibility:hidden' >&reg;</a>
 
You can add this code with that element id what you want to hide from the template

Click 'Save'.

Done!

No comments:

Post a Comment