Top Menu

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Monday 27 March 2017

Remove Footer Credit Link from Blogger Template without Redirecting to Any Website

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. 

However, it is unethical act most of the bloggers want to remove the credit link from their blogs. It is because the bloggers do not want to loose their visitor's attention from actual contents. Also some bloggers want to have their own identity as owner of the blogs. 

Please respect the hard working of Designer. It is not a one step job and require more time, skills, experience and efforts. If you want to a clean design why don't pay a small amount of money to their hard work. And why hesitating to keep footer link intact if you want to use it without any cost? the owner is giving you free of cost at all. I will respect the hard work of the Designer.

Actually, these links are attached with some JavaScript or CSS. Finding JavaScript from the template and then removing is too boring and time-consuming, also it required lots of effort to do this . But on the other hand, you can easily hide the credit/footer link via CSS. This method is very simple and takes only 2 minutes. 

Before starting this you are suggested to back up your previous template. It can be done by two ways:
First way - Go to blog Dashboard > Template > Backup or restore and download the template.
Second way - Go to blog Dashboard > Template > Edit HTML, when you show the code select all the code and copy it. Now paste and save the code to new text document.

Steps to remove Credit/Footer link:

  1. First of all, go to Blogger.com
  2. Login to your blogger profile and select your blog
  3. Now go to Dashboard > Template > Edit HTML

  4. Go to footer and find the credit/footer link which needs to remove/hide. You will find something like Copyright, credit or designed etc (as shown in picture below)

  5. Add the following line with your original copyright ID (as shown in picture below)

style:'visibility:hidden'


  6. Now, you need to Save your template.



Hope this helps you!

No comments:

Post a Comment