> 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

### 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="/files/O3D8XS0Zz7m7tQHBnHxy" 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.

![](/files/-MiwaNPndvCeI8Xyam-j)
