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.liquid'
file from the Sections folder.
Use CTRL + F (or Command + F) to find the 'copyright'
divider.
Place an opening ({% comment %}
) comment tag before the divider and a closing ({% endcomment %}
) comment tag after the divider.
Save the changes.