> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/avante-themes/faq/products-and-variants/how-to-edit-or-remove-demo-text-from-quick-view.md).

# How to edit or remove demo text from Quick View?

Quick View has its own template in the Theme Editor. Demo content like placeholder text or external links is stored there as a regular block — not in the theme code.

### **How to find Quick View settings**

1. Open **Theme Editor**
2. Click the page dropdown at the very top of the sidebar
3. Select **Products → quick-view**

<figure><img src="/files/IN4Wv8TWyNIhj4pZA1vL" alt=""><figcaption></figcaption></figure>

You'll see the Quick View template with all its blocks listed on the left side.

***

### **How to edit or remove the demo text**

1. In the Quick View template, find the **Text** block on the left sidebar
2. Click on it to open its settings
3. Edit the text, or click the **eye icon** to hide the block, or click **Remove block** to delete it entirely

<figure><img src="/files/xUg3IcbK7FxUDv6558KA" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Tip:** You can also add new blocks here — for example, a custom text with your own store policies, shipping info, or trust badges.
{% endhint %}

***

<details>

<summary><strong>Why can't I find this text in the theme code?</strong></summary>

Shopify OS 2.0 themes store page content in JSON templates, not in Liquid code files. Each template (including Quick View) is edited visually through the Theme Editor — no code changes needed.

This applies to all templates: product pages, collection pages, Quick View, and others. See \[[Templates overview](/docs/avante-themes/templates/templates.md)] for the full list.

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://staylime.com/docs/avante-themes/faq/products-and-variants/how-to-edit-or-remove-demo-text-from-quick-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
