DIY eCommerce - You can do it!
DIY eCommerce - You can do it!

Remove 'Powered by Shopify'

This must be one of the questions we get most often, and it is not always about “Powered by Shopify”, because some of the theme developers replace this with their theme name … so you have “Powered by X or Y”.

There are two ways to do this:

  1. Edit the language of the theme and replace the default “Powered by …” text with a space or whatever you want
  2. Find the line of code in the theme files and remove it

Edit your theme's language

  1. From your Shopify admin, go to Online Store > Themes.
  2. Click Actions > Edit languages for the theme you want to change.
  3. Type "powered" in the Filter translations box.Theme language editor
  4. In the Powered by Shopify box, type a single space .
    The faded placeholder text in the box will disappear as soon as you type something in this box. Same steps can be used for the Powered by Shopify HTML box, which appears on your store's "Opening soon" page if your store is password-protected.
  5. Save.

Find the line of code in the theme files and remove it

The line of code responsible for this text is found in footer.liquid in sectioned themes and in theme.liquid for non-sectioned themes.

In both cases, you have to find the {{ powered_by_link }} tag and delete it.

So,

  1. From your Shopify admin, go to Online Store > Themes.
  2. Click on Actions > Edit code near the them you what to edit.
  3. Search for footer.liquid (or theme.liquid if you have a non-sectioned theme).
  4. Use ctrl + F on a PC or command + F on a Mac and search for {{ powered_by_link }}.
  5. Delete the tag when you locate it.
  6. Save

It might look a little different on themes not made by Shopify, but the idea is the same - find it and delete it. Most of the times it is in one of these two files.



Newer Post