# 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/hyper-theme/Hyper%20docs%20screenshot%20do%20not%20delete%20(97)_5D5imRBO.jpg) ## 🧐 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/hyper-theme/image_TtDKtJ1C.png) 💡 Want to **replace** the message instead of removing it? You can! Just replace that line with your custom message like: ``` Your custom message ```