is there any one who can help me on this.
Topic summary
Issue: A user wants to remove the ‘Powered by Shopify’ text from their store footer.
Solutions provided:
-
Method 1 (Code editing): Navigate to Online Store → Themes → Actions → Edit code, then locate either
sections/footer.liquidorsnippets/footer.liquid. Search for{{ powered_by_link }}and delete that line. -
Method 2 (Theme editor): Go to Online Store → Themes → Actions → Edit default theme content. Search for “Powered by Shopify”, leave the field blank, and save. Screenshots were provided showing this process.
-
Alternative approach: The text may also appear in
theme.liquiddepending on the theme being used. Users can search for ‘Powered by Shopify’ in eitherfooter.liquidortheme.liquidfiles.
Status: Multiple community members offered step-by-step guidance. The original poster has not confirmed whether any solution worked.
Hey @tonnylee
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Goto online store - themes click on actions and edit code. Open the file sections/footer.liquid or it might be snippets/footer.liquid. Lokk fir {{ powered_by_link }}
Delete that line
Hi @tonnylee,
Please go to Actions > Edit code > Sections > footer.liquid file, find ‘{{ powered_by_link }}’ and remove it.
I hope it is clear to you
Hi @tonnylee ,
Go to Online Store → Themes → Actions → Edit default theme content.
Search “Powered by Shopify”, leave the field blank, and click Save.
Hi @tonnylee
I can help you on this issue. If you are using Shopify theme template currently, the ‘Powered by Shopify’ is either existing in footer.liquid file or appearing at the bottom of theme.liquid file on your store backend. This may vary depending on the theme you are using.
My suggestion here is, you can have a try of searching with ‘Powered by Shopify’ in footer.liquid or theme.liquid if it is available to get a result. If so, delete the related code block and after clicking Save button, it will disappear from your store footer.
If you still fail to know how to start or feel confused how to delete, you can share what you search here, and I can take a look of it for you.

