- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Actions > Edit languages.
- In the Filter translations box, type "powered".
- In the Powered by Shopify box, use the space bar on your keyboard to type a single space. You can repeat these steps for the Powered by Shopify HTML box, which appears on your store's "Opening soon" page if your store is password-protected.
- Click Save.
If you know how to work with the code editor follow these steps to remove it from the code. No coding skills are necessary since we are just erasing a small part of a line of code.
- From your Shopify admin, go to Online Store > Themes.
- Find the theme that you want to edit, and then click Actions > Edit code
- Inside the Sections folder look for a file called footer.liquid.
- In this file look for a line of code containing {{ powered_by_link }} and remove it entirely.
- Click save
For most of the themes on Shopify it will look like this:
<small class="site-footer__copyright-content site-footer__copyright-content--powered-by">{{ powered_by_link }}</small>
However there may be variations in the code and the footer may is a snippet and not a section. In this case you will find in the snippets folder and not in the sections folder. Or the powered_by_link looks different than in my example ( the example is from the "Debut" theme ). If you believe you are not sure about what to erase, my advice would be to just follow the first solution as it is surely fail-safe.