# Remove 'Powered by Shopify' in Copyright

By default, Shopify adds a **“Powered by Shopify”** message in your store’s footer.

If you'd like to remove it to keep your branding clean, you totally can — it’s a quick edit!&#x20;

> 💻 **No coding experience needed** — just follow along carefully!

<figure><img src="https://3026705042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAJrvmfqcj9TMoPkl3bNc%2Fuploads%2FLyxStceknXc6Xk1bULNN%2FHyper%20docs%20screenshot%20do%20not%20delete%20(97).jpg?alt=media&#x26;token=4c964a29-e52b-4447-a3d3-ff15b584136e" alt=""><figcaption></figcaption></figure>

## 🧐 Here's how

{% hint style="success" %}
Steps:

1. In your Shopify Admin, go to: **Online Store > Themes > Actions > Edit code**
2. In the sidebar, open the folder: **sections > footer.liquid**
3. Use **Ctrl+F (Windows)** or **Cmd+F (Mac)** to search: `powered_by_link`
4. You’ll find a line like this:

   ```liquid
   {{ powered_by_link }}
   ```
5. **Delete that entire line**.
6. Click **Save** in the top-right corner.
   {% endhint %}

<figure><img src="https://3026705042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAJrvmfqcj9TMoPkl3bNc%2Fuploads%2F8ac4j9cuvudHM975EZ6A%2Fimage.png?alt=media&#x26;token=c4b41d8a-2211-4bac-b98b-aca50ba67735" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
💡 Want to **replace** the message instead of removing it? You can! Just replace that line with your custom message like:

```
<span>Your custom message </span>
```

{% endhint %}

## 🙋 Need help?

Not sure you’re in the right file or accidentally deleted too much?

Don’t worry! Reach out to our Support team — we’ve got your back!

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Contact form</strong></td><td>Connect with us</td><td><a href="https://foxecom.com/pages/contact-us">https://foxecom.com/pages/contact-us</a></td><td><a href="https://3026705042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAJrvmfqcj9TMoPkl3bNc%2Fuploads%2FvKgGFSVGYVy4QQAkz80M%2FChatGPT%20Image%20May%2028%2C%202025%2C%2004_26_42%20PM.png?alt=media&#x26;token=4caf789d-b2c2-4c55-b0de-fdbd42095f2d">ChatGPT Image May 28, 2025, 04_26_42 PM.png</a></td></tr><tr><td><strong>Support email</strong></td><td>Connect with us</td><td><a href="mailto:happytohelp@foxecom.com">mailto:happytohelp@foxecom.com</a></td><td><a href="https://3026705042-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAJrvmfqcj9TMoPkl3bNc%2Fuploads%2FZC1vmphtmryAApzdz76f%2FChatGPT%20Image%20May%2028%2C%202025%2C%2004_27_07%20PM.png?alt=media&#x26;token=cadb63f3-7b12-429b-8326-b4fc6a96fe29">ChatGPT Image May 28, 2025, 04_27_07 PM.png</a></td></tr></tbody></table>
