Remove “Powered by Shopify” from footer
Traditionally themes made and distributed by Shopify come with a copyright message at the very bottom, located in the footer, that says “powered by Shopify“.
Usually this option is hard-coded in and does not offer an option to turn it on/off at your customize page. In this post I'll be showing you how you can locate and remove it.
Locating the code
The instructions below were tested with the Debut theme but just for the sake of example. You should be able to achieve this in any Shopify theme.
- In your Shopify admin, go to Online Store > Themes > Actions > Edit Code;
- Find the file named footer.liquid
- Press CTRL +F (or CMD + F on Mac) and search for the following code:
powered_by
- You'll likely end up finding multiple instances of this code. Delete the entire line of every single one that you find.
Before:
After:
Was this article helpful?