Zest Theme

How to remove 'Powered by Shopify' in Copyright

1 min read

By default, Shopify adds a “Powered by Shopify” message in your store’s footer.

If you'd like to remove it to keep your branding clean, you totally can — it’s a quick edit!

💻 No coding experience needed — just follow along carefully!

image

🧐 Here's how

Steps:

  1. In your Shopify Admin, go to: Online Store > Themes > Actions > Edit code

  2. In the sidebar, open the folder: sections > footer.liquid

  3. Use Ctrl+F (Windows) or Cmd+F (Mac) to search: powered_by_link

  4. You’ll find a line like this:

    <span>{{ powered_by_link }}</span>
  5. Delete that entire line.

  6. Click Save in the top-right corner.

image
Last updated

ON THIS PAGE

Was this helpful?