Shopify themes, liquid, logos, and UX
How do I edit footer "powered by" -link?
Basiclly "oimamedia" here should be a link
Solved! Go to the solution
This is an accepted solution.
Hello @OIMA
you can not change powered by link its default link but you can rewrite it
Go to your store---------> Edit code-------------> go to footer. liquid file and find this code in line number 302
<small class="copyright__content">{{ powered_by_link }}</small>
Replace the code with this code
<small class="copyright__content">Title by <a href="#">oimamedia</a></small>
change the text and title and in "#" tag, you can copy your custom URL and paste it there
Please let me know
Thanks
Ritesh
@OIMAPlease provide me your website link.
This is an accepted solution.
Hello @OIMA
you can not change powered by link its default link but you can rewrite it
Go to your store---------> Edit code-------------> go to footer. liquid file and find this code in line number 302
<small class="copyright__content">{{ powered_by_link }}</small>
Replace the code with this code
<small class="copyright__content">Title by <a href="#">oimamedia</a></small>
change the text and title and in "#" tag, you can copy your custom URL and paste it there
Please let me know
Thanks
Ritesh
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025