# How to 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! > 💻 **No coding experience needed** — just follow along carefully! ![image](https://docs-assets.foxecom.app/zest-theme/image_3U5b7Spr.png) ## 🧐 Here's how 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. ![image](https://docs-assets.foxecom.app/zest-theme/image_SsnWK9X7.png)