# 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/vKTfahXsWzBXjkEUjgYR/blobs/lw9hcTvGYkq4icZoulsM/palo-alto-edit-code.jpg" 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/vKTfahXsWzBXjkEUjgYR/blobs/jppYxHZbMmblAIiT3KiT/end-comment.gif" alt=""><figcaption></figcaption></figure>
