Hyper Theme
Hyper Theme
Faqs

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:

    {{ powered_by_link }}
  5. Delete that entire line.

  6. Click Save in the top-right corner.

image

💡 Want to replace the message instead of removing it? You can! Just replace that line with your custom message like:

<span>Your custom message </span>
Last updated

ON THIS PAGE

Was this helpful?