How to change footer copyright text in shopify?

APlus

BANNED
Joined
Dec 15, 2018
Messages
100
Reaction score
28
Hello,

How to change footer copyright text in shopify?

I couldn't find anywhere in the admin area to change this. I'm using supply theme. Please help.

Thanks
 
Go to your theme options and click 'edit HTML/CSS'. Open the "theme.liquid" file, and search for "site-footer__copyright-content". Then, replace "<small class="site-footer__copyright-content"> &copy; {{ 'now' | date: "%Y" }}, {{ shop.name | link_to: '/' }}</small>" with your desired text. I think the part that you're mostly interested in replacing, is the "shop.name".
 
Last edited:
Back
Top