There are labels in our themes that credit the Shopify platform, on the Password page and in the footer.
Adjust or remove these labels through some easy adjustments to the language editor or theme files.
Looking to remove the theme developer credit instead? Please refer to Removing the theme developer credit
Access the language editor
- Open Themes in your Online Store
- Beside your theme, select Actions
- Click Edit languages
Remove from the password page
If your storefront is hidden by a Password page, you can remove or alter the Shopify label through the language editor.
Use the search feature to search for "powered" and look for a Powered by shopify html label. If there is a text field associated with that link, you can leave a space or alternate copy, then Save.
Not finding this in the language editor?
It may be the case that your theme doesn't have a field for this in the editor. There is a solution for this, as well.
Adjustments to the theme files should be completed only after creating a duplicate of your theme. Select Actions > Duplicate to copy your theme. This provides a backup for the theme if an error is caused by theme file adjustments.
Exit the language editor. Select Actions, then Edit code.
Open the Sections folder. In here, look for a file with 'password' in it. For instance, in Empire, select static-password.liquid or, in Atlantic, select section-password.liquid.
In this file, locate this line of code and delete it:
{{ powered_by_link }}
Then Save.
Remove from the footer
In the language editor, select Checkout & system (often the last option on the right side of the editor and may be contained in the [...] dropdown).
Once open, scroll down to Links portion.
There is 'Powered by Shopify' saved by default, so replace this with the desired text or a click of the spacebar or two. Click Save to apply this adjustment.