Removing "Powered by Shopify"

By default, our themes add a "Powered by Shopify" link in the footer. While you cannot remove it from the theme settings, it is relatively easy to remove it from the code. The instructions depend on the theme you are using. Please select your theme below.

  1. In the theme list, click on "Actions" and choose "Edit languages":

2. Enter Powered by Shopify into the search bar to filter translation, and locate the line outlined in red below:

3. Insert a single space so that at looks like this, and save the new languages:

You can remove the "Powered by Shopify" link from your footer by editing your theme code, finding the Sections folder, opening footer.liquid and deleting this line, around line 73.

<p class="footer__small-text">{{ powered_by_link }}</p>

Last updated