# 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/PdBlXglXTnYPe3y8Ux8D/blobs/h8pQo2jllJwMRYjTqstl/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.

<figure><img src="https://content.gitbook.com/content/PdBlXglXTnYPe3y8Ux8D/blobs/TW6BzIZoRZzy4gURnYs1/end-comment.gif" alt=""><figcaption></figcaption></figure>
