> For the complete documentation index, see [llms.txt](https://modular.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://modular.presidiocreative.com/modular-3.1/footer/footer-copyright.md).

# How to remove the Shopify credit

Remove Powered by Shopify credit in 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:

<figure><img src="https://content.gitbook.com/content/cslEBmhnE7vAvh3vPA8e/blobs/HBuKIwoM9Ylh1Aoo3pe3/edit-code.gif" alt=""><figcaption></figcaption></figure>

### Hiding the copyright information.

1. Open the `'footer.liquid'` file from the Sections folder.
2. Use CTRL + F (or Command + F) to find the `'copyright'` divider.
3. Place an opening (`{% comment %}`) comment tag before the divider and a closing (`{% endcomment %}`) comment tag after the divider.
4. Save the changes.

![](https://content.gitbook.com/content/cslEBmhnE7vAvh3vPA8e/blobs/eMqW6ptQYKffic2FGJyd/hide%20footer%20copyright.gif)
