Removing "Powered by Shopify"

In order to follow those instructions, you will need to make sure you have purchased the theme first. Shopify indeed does not allow to remove the copyright until theme is purchased.

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.

Those instructions only apply to Warehouse and Prestige themes. If you are using another theme, please select it in tab selector.

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:

Those instructions only apply to Focal, Trademark and Kagami themes. If you are using another theme, please select it in tab selector.

1

In your Shopify admin, open the "Themes" section. (if you are already logged to your admin, you can  click here).

2

Click on the "Actions" button for the theme you want to customize, and click on "Edit code":

3

Open the "Sections" blue folder, and click on the file called "footer.liquid" to open it.

If the "Sections" folder is empty, this is because you are using an older version of the theme. If that's the case, click on the "Snippets" folder instead, and click on the file called "footer.liquid" to open it.

4

On the right, the file's content should display. You'll now need to locate the {{ powered_by_link }} piece of code. The exact line depends on your theme and your theme's version. In order to help you, you can search through the file by typing Ctrl + F on Windows or Cmd + F on Mac. Just type "powered" and the code to delete should appear.

For instance, here is how it appears on our theme Kagami:

After deleting it, the code simply becomes:

5

Save the updated file by clicking on the "Save" button, situated on the top right corner of the code editor.