How can I add copyright text to the footer of my website?

Can anyone advise how to add copyright text at the bottom of our Shopify website?

Copyright © 2022 COMPRESSIONCARECENTER.COM. All Rights Reserved.

1 Like

Hi @WesleySnipes ,

To get exactly the text you wanted, please follow the instructions below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Section folder, open the footer file (this depends on what theme you are using)
  3. Find the keyword below.
{{ powered_by_link }}
  1. Replace it with the text below
Copyright © 2022 COMPRESSIONCARECENTER.COM. All Rights Reserved.
1 Like

Thank you, I will try this on Monday.

Went into SECTIONS / found STATIC-FOOTER.LIQUID but did not find {{ powered_by_link }