It’s now located under footer.liquid
To remove the “Powered by Shopify” link (Prestige 10.4.0):
-
Navigate to your theme editor:
- Go to Online Store > Themes > Actions > Edit code.
-
Locate the footer file:
- Open the Assets folder and select footer.liquid.
-
Find and remove the link:
- Press Ctrl+F (or Cmd+F on Mac) to search for {{ powered_by_link }}.
- Delete {{ powered_by_link }}.
-
Save your changes.