# 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="/files/5D5imRBOqKG4ItmMLkbm" 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="/files/TtDKtJ1CCR8lOIDLWOUV" 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?utm_source=foxecom&#x26;utm_medium=help_center_hyper_remove_powered_by_shopify_in_copyright&#x26;utm_campaign=cta_button">https://foxecom.com/pages/contact-us?utm_source=foxecom&#x26;utm_medium=help_center_hyper_remove_powered_by_shopify_in_copyright&#x26;utm_campaign=cta_button</a></td><td><a href="/files/zSN6nFUSG2LeEjaM53M3">/files/zSN6nFUSG2LeEjaM53M3</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="/files/iu8IYiCl3YnRsP99l65S">/files/iu8IYiCl3YnRsP99l65S</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.foxecom.com/hyper-theme/faqs/remove-powered-by-shopify-in-copyright.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
