# 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/PE3dRxQBXFmV7YrNe4E9/blobs/Z3kKtb0MtaZg1fZujXKQ/edit-code.png" alt=""><figcaption></figcaption></figure>

### Hiding the copyright information.

1. Open the `'footer-copyright.liquid'` file from the Snippets folder.
2. Place an opening (`{% comment %}`) comment tag before the `powered_by_link` span.
3. Place a closing (`{% endcomment %}`) comment tag after the `powered_by_link` span.
4. Save the changes.

![](https://content.gitbook.com/content/PE3dRxQBXFmV7YrNe4E9/blobs/fxPgsbgjfiJQ4s3fLPeX/comment-footer-link.gif)
