Today I am gonna show you how you are able to remove footer credit from the template and avoid redirection of a template to another website.
Here is two method for removing template footer credit
Method:1 You can hide the credit link by using CSS.
Method:2 By Removing javascript.
Method-1: Hidding copyright links by using CSS
Step-1: First go to www.blogger.com and Login in your blogStep-2: Go to Dashboard >Template >Edit HTML
Step-3: Press Ctrl+F and search any of the following words in your HTML code.
Copyright, Designed By, Templated By, Developed By,
Step-4: Now find the footer/credit link which you need to Hide
Step-5: No add following code with your original copyright ID
style="visibility: hidden"
Step-6: Now Save your template
Method-2: Removing Javascript Code
Step-1: Press Ctrl+F and search following code in your HTML code
//<![CDATA[Step-2: Once you find the code delete entire code
Step-3: Now search the word "mycontent" and change that word in your domain name
Step-4: Now change the credit link as you wish and Save the template.
I hope this article helps you. If you found any error so don't hesitate to ask us. You can also use the comment section to leave your ideas and suggestions.
Have a great day, guys!
NOTE:
- If you are lucky and have a template without copyrights included id's Like "id=mycontent" or something, then you have not to do any of this and can simply change the text.
- Try not to remove copyrights credit links because many designers work hard to design template and deserve to recognized.