Coding

How to remove powered by Shopify?

To remove “Powered by Shopify” from your Shopify store, open the code editor and delete the code responsible for showing this message.

To remove “Powered by Shopify” from your Shopify store, follow these steps:

  1. Log in to the Shopify admin panel.
  2. Choose “Online Shop” from the menu on the left.
  3. Choose “Themes” from the top of the page.
  4. Next to the theme you wish to alter, click the “Actions” button.
  5. “Edit Code” should be selected from the drop-down menu.
  6. Click “Sections” in the left-hand menu, then “footer.liquid” in the right-hand menu.
  7. Find the following code: div class=”powered-by-shopify”>% if powered by link% powered by /div> {% endif%}
  8. If you require the code in the future, remove it totally or comment it out (add!— before and –> after the code).
  9. Save your changes.

“Powered by Shopify” will be removed from your store’s bottom once you save the modifications. If you’re using a third-party theme, the code could be in a different file, so review your theme’s documentation or contact the theme developer for help.