Shopify App Store launch
โ† Blog/Trust & UXApril 28, 2026ยท5 min read

How to Remove "Powered by Shopify" From Your Checkout in 2026

The 4 places Shopify adds "Powered by Shopify" in 2026, and how to remove each one cleanly. Storefront footer, checkout, order status, email receipts. Most are 1-minute fixes.

ByLiad Badash + Henri BoileauยทCo-Founders, Godmode AI

Why Shopify shows it by default

Quick answer.

It is a platform-courtesy reference that ships in most free and Basic-tier themes plus checkout below Plus. Shopify documents and supports its removal via language-pack and theme-code edits.

"Powered by Shopify" is a platform-credit footer link that has shipped with most Shopify themes since 2014 and continues to ship in 2026. The reference appears in 4 specific surfaces. The storefront footer link comes from a built-in theme variable called {{ powered_by_link }} that injects the link automatically. The checkout footer credit is rendered by Shopify's own checkout infrastructure, not the merchant theme, which is why removing it requires Plus-level checkout customization access. The order status page (the screen customers see immediately after submitting an order) shows a smaller version of the credit. And the customer order confirmation email contains a footer block that includes a Shopify reference and a small logo.

Most operators remove the storefront and email surfaces because the storefront is the primary brand surface and the email is a customer-touchpoint that builds the brand relationship. Operators on Plus also remove the checkout reference for full visual consistency. On Basic and lower plans the checkout reference stays as a Shopify branding requirement and operators accept that constraint as the trade-off for the lower plan tier. None of the removal patterns are gray-area. Shopify documents the language-pack edit in its help articles and the theme-code edit is a standard supported customization.

The 4 places it appears

Quick answer.

Storefront footer (all plans), order status page (all plans, partial), order confirmation email (all plans), checkout footer (Plus only for full removal). Each surface has its own disable path.

Four glowing gold rectangular surface mockups arranged in a 2x2 grid above a clean obsidian operator desk, each one representing storefront footer, checkout footer, order status page, and email confirmation, the Godmode mascot in cream porcelain skin standing behind the desk gesturing at the surfaces with a calm operator posture
SurfaceRemovable onMethod
Storefront footerAll plansEdit default theme content (language pack)
Order status pageAll plans (partial)Notifications template edit
Order confirmation emailAll plansNotifications template edit
Checkout footer (live)Plus only for full removalCheckout Extensibility customization

The language-pack fix (storefront footer)

Quick answer.

Online Store, Themes, Actions, Edit default theme content. Search powered. Replace value with a single space. Save. Under 60 seconds.

The fastest, no-code removal for the storefront footer. Works on every theme that uses the standard {{ powered_by_link }} variable, which covers almost all free and most premium themes in 2026.

  1. ShopifyShopify Shopify admin โ†’ Online Store โ†’ Themes โ†’ click Actions on your active theme
  2. Choose Edit default theme content from the dropdown
  3. In the search box, type powered to filter the visible language strings
  4. Find the entry labeled Powered by Shopify HTML
  5. Replace the entire value with a single space character (literally one space). Do not leave the field empty or Shopify will revert it to the default.
  6. Click Save in the top right
  7. Reload your storefront in a fresh incognito window to verify the footer is now clean

If the storefront footer still shows the branding after this edit, your theme is hardcoding the text rather than using the variable. In that case you need to edit the theme code directly: Online Store, Themes, Edit code, search the theme for "Powered by Shopify" in the file finder, and remove the matching markup from the file (typically sections/footer.liquid or snippets/footer.liquid).

The Liquid removal (email + order status)

Customer email templates and the order status page have small footer blocks containing the Shopify reference. Removal happens in the Notifications settings.

  1. ShopifyShopify Shopify admin โ†’ Settings โ†’ Notifications
  2. Click the Order confirmation template
  3. Scroll to the bottom of the email body where the footer block lives. Look for markup containing the words "Powered by" and a link to shopify.com.
  4. Remove the markup that includes the reference. Some templates have it inside a small Liquid block, some have it as plain HTML.
  5. Click Save
  6. Use the Send test email button to send yourself a test order confirmation and verify the footer is clean
  7. Repeat for Shipping confirmation, Order canceled, Refund notification, and any other customer-facing email templates you want to keep consistent

For the order status page, the customization is more limited on Basic plans. You can remove most of the small print but the page itself is rendered by Shopify infrastructure. The Notifications editor controls the receipt-email block which is what most customers actually see post-purchase.

Step-by-step: full removal in 10 minutes

  1. Storefront footer (1 min). Edit default theme content โ†’ search powered โ†’ replace with a single space โ†’ save
  2. Order confirmation email (3 min). Settings โ†’ Notifications โ†’ Order confirmation โ†’ remove footer reference โ†’ save โ†’ send test
  3. Other customer emails (5 min). Repeat for Shipping confirmation, Order canceled, Refund notification, and any post-purchase upsell emails
  4. Order status page (1 min). Same Notifications editor handles the receipt block. Some elements outside the receipt are Shopify-rendered and stay on Basic plans.
  5. Checkout footer (Plus only). If you have Plus, use Checkout Extensibility to customize the checkout footer block. If not, the live checkout reference stays. Most customers do not focus on it.

Total time on Basic plan: under 10 minutes for 3 of 4 surfaces, which gives roughly 80 percent of the visual brand consistency benefit. Most operators stop here and never miss the live checkout reference.

For independent UX research on storefront branding patterns, the Baymard Institute checkout research is the field reference. Shopify Research publishes related commerce data.

Frequently asked questions

"Powered by Shopify" appears in 4 places by default:

  • Storefront footer (most themes)
  • Checkout footer (plans below Plus)
  • Order status page (post-checkout)
  • Customer order confirmation email

Removable on which plans in 2026:

  • All plans: storefront footer, customer order email
  • All plans (partial): order status page (some elements removable, others retained on Basic)
  • Plus only: live-checkout footer reference
  • Shopify ToS supports the language-pack and Liquid removal patterns

Storefront footer removal in 4 steps:

  1. Online Store โ†’ Themes โ†’ Actions โ†’ Edit default theme content
  2. Search "powered" โ†’ find Powered by Shopify HTML
  3. Replace value with a single space character (not empty)
  4. Save โ†’ reload storefront

If footer still shows it, theme has hardcoded the text. Edit theme code directly.

Email template removal:

  1. Settings โ†’ Notifications
  2. Click each customer email template (Order confirmation, Shipping confirmation, etc)
  3. Find the footer block with "Powered by Shopify" markup
  4. Remove the markup, save, send test email to verify
  5. Repeat across all customer-facing email templates for consistency

Checkout footer on Basic plan in 2026:

  • Full removal: requires Shopify Plus subscription
  • Workaround: Checkout Extensibility custom branding above the Shopify reference
  • Workaround: low-contrast styling within Shopify branding rules
  • Cleaning up the other 3 surfaces (storefront, order status, email) gives 80% of the visual benefit

ShopifyShopify Shopify ToS stance:

  • โœ“ Storefront footer removal is documented in Shopify help articles
  • โœ“ Email template removal is fully supported
  • โœ“ Liquid edits for paid themes are supported customization
  • Live-checkout footer stays mandatory below Plus (by design, not policy)
  • The branding is a courtesy default, not a contractual requirement

Replace Powered by Shopify with your own text in 2026:

  • Online Store โ†’ Themes โ†’ Edit default theme content
  • Search powered โ†’ find Powered by Shopify HTML
  • Type your replacement text (single space, brand wordmark, or tagline)
  • Field accepts plain text + simple HTML for a styled span or small embed
  • Save โ†’ reload storefront โ†’ custom text appears in place of branding

Removal impact on SEO and support:

  • SEO: zero measurable effect (sitewide platform link is not a ranking signal)
  • Shopify support: no penalty (removal is documented in help articles)
  • Edge case: keeping the reference helps when applying to directories listing Shopify-powered stores
  • For DTC / dropshipping operators: purely cosmetic, storefront looks more native after removal
Godmode mascot in cream porcelain skin presenting a glowing fully native-branded Shopify product page mockup with no platform-credit reference visible on a clean obsidian podium

Native-feeling storefront, page-first stack

Build a Shopify product page that ships at 4%+ CVR in 13 minutes.

Paste a product URL. Godmode runs market research, applies the ATIDCOA framework, mines copy from real reviews, and ships native Shopify Liquid.