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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025