# Remove Shopify link in footer

This tutorial requires code editing skills and are intended for intermediate to advanced users with code editing skills.

If you require assistance with any of these features, we recommend you contact a [Shopify Expert](https://experts.shopify.com) to correctly build them and provide support. Our free theme support does not include help for these tutorials.&#x20;

## Code Editor Steps

![Use the Actions button for Story and choose Edit code](https://798529998-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MI6cK8SrstUdE_nxQrW%2F-Ma6ILW4BnOZ5GG2oBf_%2F-Ma6aik_PxL-q-WqI_0Z%2Fedit-code.png?alt=media\&token=4a097554-8664-47d4-8e36-f8f96e4e9664)

Open footer.liquid:

![Sections folder](https://798529998-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MI6cK8SrstUdE_nxQrW%2F-Ma6ILW4BnOZ5GG2oBf_%2F-Ma6cBIpLxj94q8Bsc0Z%2FScreen%20Shot%202021-05-19%20at%206.46.55%20PM.png?alt=media\&token=b41ec67b-9e16-4fed-ae09-6763c8b76da1)

Use `Command-F` (Mac) or `Control-F` (Windows) to active the find feature in the code area:

![Search for "powered"](https://798529998-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MI6cK8SrstUdE_nxQrW%2F-Ma6ILW4BnOZ5GG2oBf_%2F-Ma6cEVta26r7K00mKOX%2FScreen%20Shot%202021-05-19%20at%206.51.04%20PM.png?alt=media\&token=8f0db931-61ff-4a7d-855b-c15a81742345)

Find the **two** lines of code to remove:

![Remove the two lines highlighted in purple](https://798529998-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MI6cK8SrstUdE_nxQrW%2F-Ma6ILW4BnOZ5GG2oBf_%2F-Ma6eWTphMxrlwFpYVZb%2FScreen%20Shot%202021-05-19%20at%206.51.31%20PM.png?alt=media\&token=f97f3fa5-4cf8-4e4b-8c20-1deb76f35a19)

#### Example:

![](https://798529998-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MI6cK8SrstUdE_nxQrW%2F-Ma6ILW4BnOZ5GG2oBf_%2F-Ma6R_ZfXw4myoC8J744%2Fpowered-smaller.gif?alt=media\&token=d34b4f09-c76c-453b-a383-3e5046d14089)

Save the changes
