Skip to main content
0

Shopify is a prominent e-commerce platform that offers a simple interface for creating and managing your online business. One disadvantage of utilizing the platform is that it adds a “Powered by Shopify” notice to your store’s bottom. While some business owners may not mind, others may choose to remove it in order to build a more professional-looking website. We will explore how to remove the “Powered by Shopify” statement from your Shopify store in this blog article.

Step 1: Log in to your Shopify account first.
The first step is to sign in to your Shopify account using your login information.

Step 2: Go to the theme section.
When you’ve logged in, select “Online Shop” from the left-hand menu. Next, navigate to the “Themes” area.

Step 3: Make changes to your current theme.
Your current theme may be found in the Themes section. Choose “Edit code” from the “Actions” dropdown menu. This will take you to your theme’s code editor.

Step 4: Go to the footer area.
On the left side of the code editor, you will see a list of files and directories. Go to the bottom and choose the “Sections” folder. From there, navigate to “footer.liquid” to see your theme’s footer section.

Step 5: Delete the wording “Powered by Shopify.”
Look for the following piece of code in the footer.liquid file:

{{ powered_by_link }}

This code creates the “Powered by Shopify” text in the footer of your store. To remove the content, either delete this line of code or comment it out with the % comment% and % endcomment% tags. Here’s an illustration:

{% comment %} {{ powered_by_link }} {% endcomment %} 

Once you’ve finished making changes, click the “Save” button at the top of the code editor.

Step 6: Test your modifications
Click the “Preview” button at the top of the code editor to see the changes you’ve made. This will open a new tab with a preview of your store. Check the footer to check whether the “Powered by Shopify” phrase has been deleted.

After you’re satisfied with the changes, click the “Publish” button at the top of the code editor to publish them to your shop.

Conclusion

Eliminating the “Powered by Shopify” phrase from the footer of your store is a straightforward operation that may help you build a more professional-looking website. I hope this helps answer the question how to remove powered by Shopify. You may erase the text in a few clicks by following the procedures indicated in this blog article. Remember to save and publish your changes in order for them to appear on your shop.

GMA

Leave a Reply

window.lintrk('track', { conversion_id: 11568388 });