> For the complete documentation index, see [llms.txt](https://story.groupthought.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://story.groupthought.com/story-v2/advanced/remove-shopify-link-in-footer.md).

# 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](/files/-Ma6aik_PxL-q-WqI_0Z)

Open footer.liquid:

![Sections folder](/files/-Ma6cBIpLxj94q8Bsc0Z)

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

![Search for "powered"](/files/-Ma6cEVta26r7K00mKOX)

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

![Remove the two lines highlighted in purple](/files/-Ma6eWTphMxrlwFpYVZb)

#### Example:

![](/files/-Ma6R_ZfXw4myoC8J744)

Save the changes


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://story.groupthought.com/story-v2/advanced/remove-shopify-link-in-footer.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.
