Remove 'Powered by Shopify'
Remove the Shopify credit from the footer
Accessing the theme code.
Click on the ellipses (three dots) icon at the top of the theme editor to view the theme actions and choose edit code:
Hiding the copyright information.
Open the
'footer-copyright.liquid'
file from the snippets folder.Place an opening comment tag (
{% comment %}
) before thepowered_by_link
span.Place a closing comment tag (
{% endcomment %}
) after thepowered_by_link
span.Save the changes.
Last updated