How to remove 'Powered by Shopify' from the footer

Removing the "Powered by Shopify" Tag


By default, Shopify themes include a small credit in the footer that reads "Powered by Shopify." If you’d prefer a cleaner look that keeps the focus entirely on your brand, you can remove this text in just a couple of minutes.


There are two ways to do this: the quick way (using the text editor) and the direct way (editing the code).



This is the easiest method and doesn't require opening any code files.

  1. From your Shopify Admin, go to Online Store > Themes.
  2. Find your Eight theme, click the three dots (...) button, and select Edit default theme content.

  3. Click the Search icon in the top right of the screen.

  4. In the Filter items search box at the top, type "powered".
  5. Locate the Powered by Shopify field.
  6. Press your spacebar once in the text box (this replaces the default text with a blank space).

  7. Click Save.

Remember: If your store is currently password-protected, repeat the "single space" step for the Powered by Shopify HTML field to remove the link from your "Opening Soon" page as well.


Option 2: Edit the Theme Code


If you prefer to remove the functionality entirely from the template, you can delete the specific Liquid tag.

  1. Go to Online Store > Themes.
  2. Click the three dots (...) button and select Edit code.

  3. In the sidebar, open the Sections folder and click on footer-bottom.liquid .

  4. Use Ctrl + F  (PC) or Command + F  (Mac) to search for: {{ powered_by_link }} .
  5. Delete that tag.

  6. Click Save.

Powered by Shopify will now be gone from your theme's footer.

Still need help? Contact Us Contact Us