Supported Versions
The details shared here apply to the recent versions of our themes. To keep your theme up to date, check out this helpful document.
This article provides information on how to remove 'Powered By Shopify' or the 'Designed by Out of the Sandbox' in the footer of your theme. However, we have a blog post that goes over why you may want to consider keeping this content, that you may want to read before following these steps!
Instructions for
-
Powered by Shopify
Footer- From your Shopify Admin, click Online Store > Themes > Actions > Edit Code.
- Open the Footer.liquid file.
- Just before the
{% schema %}
tag you should see the following code line:
{{ powered_by_link | split: '" ' | join: '?ref=out-of-the-sandbox" ' | split: '">' | join: '?ref=out-of-the-sandbox">' }}
- Delete this line.
- From your Shopify Admin, click Online Store > Themes > Actions > Edit Code.
- Open the password.liquid file.
- Near the bottom of the file, you should see the following code line:
<div class="shopify">
{{ 'general.password_page.powered_by_shopify_html' | t }}
</div> - Delete this line.
-
Theme designer credits
The 'theme designer credits' refer to the 'Designed by Out of the Sandbox' text at the bottom of your footer that is next to 'Powered by Shopify.'
In order to remove the 'Designed by Out of the Sandbox' text, head into Customize > under Sections > Footer > uncheck the 'show theme designer credits' setting: