Prestige Theme: Center "Powered by Shopify" in footer

It’s now located under footer.liquid

To remove the “Powered by Shopify” link (Prestige 10.4.0):

  1. Navigate to your theme editor:

    • Go to Online Store > Themes > Actions > Edit code.
  2. Locate the footer file:

    • Open the Assets folder and select footer.liquid.
  3. Find and remove the link:

    • Press Ctrl+F (or Cmd+F on Mac) to search for {{ powered_by_link }}.
    • Delete {{ powered_by_link }}.
  4. Save your changes.