How do I remove the "Powered by Shopify" text in the footer?
If you'd like to remove the "Powered by Shopify" reference in the footer in our themes, you'll need to make a minor code edit as described below:
- We always advise backing up your theme before making any changes to the code
- From your Shopify dashboard, click Sales Channels > Online Store > Themes and look for your theme name
- Click the ... button and choose Edit Code from the drop-down menu
- Go to the Sections folder and open footer.liquid
- In the search box, search for {{ powered_by_link }} and remove the entire line of code that contains it. It could be something like:
<small class="copyright__content">{{ powered_by_link }}</small>
- Click the Save button to save your changes