In this article we will know the how to remove ‘Powered By Shopify‘ in the footer of your theme.

This includes the changes in code, if you have some knowledge of HTML or liquid code Follow these steps, or you can hire us to do this task
Footer
- From your Shopify Admin, click Online Store > Themes > Actions > Edit Code.
- Under the Sections open the footer.liquid file.

- Just before the
{% schema %}
tag findpowered_by_link
or following line of code:
1 |
<small class="site-footer__copyright-content site-footer__copyright-content--powered-by">{{ powered_by_link }}</small> |
- Delete this line or make it as comment.