Removing Powered By Shopify from Your Website

If you have a website powered by Shopify, you may be wondering how to remove the “Powered by Shopify” text from the footer. This can be a bit tricky, as Shopify adds this text to your website automatically. However, with a few simple steps, you can remove the “Powered by Shopify” text from your website.

Removing Powered By Shopify via the Theme Editor

The easiest way to remove the “Powered by Shopify” text from your website is via the Theme Editor. To access the Theme Editor, log in to your Shopify account and go to Online Store > Themes. Then, click on the “Actions” button for the theme you want to edit and select “Edit code” from the drop-down menu. This will open the Theme Editor.

Once you’re in the Theme Editor, go to the “Sections” folder and click on “footer.liquid”. This will open the code for the footer of your website. You should see a line of code that reads “Powered by Shopify”. Simply delete this line of code and save your changes.

Removing Powered By Shopify via the Shopify App Store

If you’d prefer to use an app to remove the “Powered by Shopify” text from your website, you can find several apps in the Shopify App Store. Some of the most popular apps for this purpose are:

  • Hide Powered By Shopify – This app allows you to easily hide the “Powered by Shopify” text from your website with just a few clicks.
  • Powered By Remover – This app makes it easy to remove the “Powered by Shopify” text from your website without having to edit any code.
  • Powered By Hider – This app allows you to hide the “Powered by Shopify” text from your website with a single click.

Once you’ve installed one of these apps, simply follow the instructions to hide the “Powered by Shopify” text from your website.

Removing Powered By Shopify via Custom CSS

If you’re comfortable with CSS, you can also remove the “Powered by Shopify” text from your website by adding some custom CSS. To do this, go to Online Store > Themes, click on the “Actions” button for the theme you want to edit, and select “Edit code” from the drop-down menu. This will open the Theme Editor.

Once you’re in the Theme Editor, go to the “Assets” folder and click on “theme.scss.liquid”. This will open the CSS file for your theme. At the bottom of the file, add the following code:

#powered-by-shopify {
    display: none;
}

This code will hide the “Powered by Shopify” text from your website. Save your changes and the “Powered by Shopify” text should be removed from your website.

Conclusion

Removing the “Powered by Shopify” text from your website can be a bit tricky, but with a few simple steps, you can easily hide it. You can either use the Theme Editor, an app from the Shopify App Store, or custom CSS to hide the “Powered by Shopify” text from your website.