In this video I walk you through the steps of removing the “Powered by Shopify” text in the site footer of your store. I will be demonstrating this using the Shopify Dawn theme but this should apply to most themes. The official help video from Shopify has you just remove the link text but the HTML link is still present. So I will show you the way to actually remove the anchor link and text and discuss the pros and cons of each method.
In this Shopify Setup Tutorial, You’ll Learn:
- How to remove the powered by Shopify link text
- How to edit Dawn theme code to completely remove the text and anchor link
Method 1 – Just remove the powered by Shopify label text
- Step 1: Login to your Shopify admin account
- Step 2: click on online store in the left sidebar
- Step 3: click on themes, and then the three horizontal dots
- Step 4: then click on edit default theme content
- Step 5: search for “powered by Shopify”
- Step 6: deleting the text does not work so instead add a blank space and hit save
When you refresh your site you should now see the “Powered by Shopify” text removed from your site footer. But, if you inspect the element code the HTML anchor link is still present. Follow the steps below to completely remove the anchor tag and text.
Method 2 – Remove the anchor link and powered by Shopify label text (recommended)
- Step 1: Login to your Shopify admin account
- Step 2: click on online store in the left sidebar
- Step 3: click on themes, and then the three horizontal dots
- Step 4: then click on edit code
- Step 5: search for footer.liquid in the top left search field
- Step 6: search for powered_by_link in the footer.liquid file and delete it.
- Step 7: click save
When you refresh your site you should now see the “Powered by Shopify” text removed from your site footer. When you inspect the code you will also see the HTML anchor link removed.