All About Web Co. logo
All About Web Co.

2 Ways to Remove Powered by Shopify. Step-by-Step Guide

Author: Serhiy Manuilo, Publication Date: Nov 17, 2024, Last Updated: Nov 17, 2024
by Serhiy Manuilo, Nov 17, 2024
The article image: "2 Ways to Remove Powered by Shopify. Step-by-Step Guide"

Shopify provides two ways to remove the Powered by Shopify branding text.

To remove “Powered by Shopify” with the default content editor, navigate to “Online Store” / “Themes”, click on the ellipsis button, select “Edit default theme content”, search for “powered” and enter an empty string in all fields.

To remove “Powered by Shopify” with the theme code editor, navigate to “Online Store” / “Themes”, click on the ellipsis button, select “Edit code”, search for “footer.liquid” and remove the line that contains {{ powered_by_link }}.

Removing “Powered by Shopify” with Default Content Editing

  1. Navigate to Online Store / Themes
  2. Click on the ellipsis button of your current theme
  3. Select the Edit default theme content option Navigate to the default theme content editor on Shopify
  4. Search for powered
  5. Enter an empty string (hit space once) into all tree fields (Checkout general, Links, Password page), that will remove the powered text from everywhere
  6. Save the changes Remove "Powered by Shopify" in the Shopify default content editor

Removing “Powered by Shopify” with Code Editing

  1. Navigate to Online Store / Themes
  2. Click on the ellipsis button of your current theme
  3. Select the Edit code option Navigate to the theme code editor on Shopify
  4. Search for footer.liquid
  5. Open the search.liquid file within the section folder
  6. Hit Ctrl + F (Cmd + F) and search for powered
  7. Remove the line that contains {{ powered_by_link }}
  8. Save the changes Remove "Powered by Shopify" from source code