Remove Powered by Shopify credit in Footer
Click on the ellipses (three dots) icon at the top of the Theme Editor to view the theme actions and choose Edit code:
Open the 'footer-copyright.liquid'
file from the Snippets folder.
Place an opening ({% comment %}
) comment tag before the powered_by_link
span.
Place a closing ({% endcomment %}
) comment tag after the powered_by_link
span.
Save the changes.