How to remove the Shopify credit

Remove Powered by Shopify credit in Footer

Accessing the Theme Code.

Click on the ellipses (three dots) icon at the top of the Theme Editor to view the theme actions and choose Edit code:

  1. Open the 'footer.liquid' file from the Sections folder.

  2. Use CTRL + F (or Command + F) to find the 'copyright' divider.

  3. Place an opening ({% comment %}) comment tag before the divider and a closing ({% endcomment %}) comment tag after the divider.

  4. Save the changes.

Last updated