How to remove the Shopify credit
Remove Powered by Shopify credit in Footer
Last updated
Remove Powered by Shopify credit in Footer
Last updated
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.