Atoms Documentation
  • Welcome
  • Changelog
  • Atoms Features
  • Image size
  • Installation
    • Install Theme
    • Update Theme
    • Install APP
  • Basic configuration
    • General Setup
    • Theme Settings
    • Theme Sections
      • Static
      • Contents
  • Extras
    • Removing "Powered by Shopify"
    • Upload Custom Fonts
Powered by GitBook
On this page
  1. Extras

Removing "Powered by Shopify"

PreviousContentsNextUpload Custom Fonts

Last updated 2 years ago

By default, our themes add a "Powered by Shopify" link in the footer. While you cannot remove it from the theme settings, it is relatively easy to remove it from the code. The instructions depend on the theme you are using. Please select your theme below.

  1. In the theme list, click on "Actions" and choose "Edit languages":

2. Enter Powered by Shopify into the search bar to filter translation, and locate the line outlined in red below:

3. Insert a single space so that at looks like this, and save the new languages:

You can remove the "Powered by Shopify" link from your footer by editing your theme code, finding the Sections folder, opening footer.liquid and deleting this line, around line 73.

<p class="footer__small-text">{{ powered_by_link }}</p>