# 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="https://content.gitbook.com/content/PjXaHKkpbdFHRfg2XoOs/blobs/9KBYEkwDRQdSBRPwlY6j/open-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.

<figure><img src="https://content.gitbook.com/content/PjXaHKkpbdFHRfg2XoOs/blobs/zH95aItjjwnq0GfIZEx5/add-comment.gif" alt=""><figcaption></figcaption></figure>
