> 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/faq/frequently-asked-questions/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/OmpS8rbKiqiwK8Q3CcCl" 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.

<figure><img src="/files/VtlSVvVdC4QhvpGPr6eK" alt=""><figcaption></figcaption></figure>
