Faqs
Remove 'Powered by Shopify' in Copyright
1 min read
_5D5imRBO.jpg)
🧐 Here's how
-
{{ powered_by_link }}

<span>Your custom message </span>Last updated
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!
_5D5imRBO.jpg)
Steps:
In your Shopify Admin, go to: Online Store > Themes > Actions > Edit code
In the sidebar, open the folder: sections > footer.liquid
Use Ctrl+F (Windows) or Cmd+F (Mac) to search: powered_by_link
You’ll find a line like this:
{{ powered_by_link }}Delete that entire line.
Click Save in the top-right corner.

💡 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>