> For the complete documentation index, see [llms.txt](https://docs.lufavo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lufavo.com/frameora/page-setup/collection-list-page.md).

# Collection list page

The Collection list page displays your store’s collections in one place.

Use this page to help customers browse product groups, wall art styles, photo product categories, gift collections, or other curated collections.

### Open Collection list page settings

{% hint style="success" %}
To edit the Collection list page:

* From your Shopify admin, go to **Online Store > Themes**.
* Find **Frameora**.
* Click **Customize**.
* Use the page selector at the top of the theme editor.
* Select **Collection list**.
* Select the **Main list collections** section in the sidebar.
* Edit the settings.
* Click **Save**.
  {% endhint %}

***

### Main list collections settings

The Main list collections section includes these settings:

* Hero pill text
* Hero description
* Collections per page

***

### Hero pill text

Use the **Hero pill text** field for the small label shown above the page heading.

Example:

**Explore Frameora**

***

### Page heading

The page heading displays the Collection list page title.

Example:

**Shop by collection**

***

### Hero description

Use the **Hero description** field to add short text under the page heading.

Example:

**Browse curated photo products, wall art styles, and memory-ready designs.**

Keep the description clear and helpful.

***

### Collections per page

Use **Collections per page** to control how many collections appear on each page.

Example:

**12**

Adjust this setting based on how many collections your store has and how you want the page to feel.

***

### Collection cards

The Collection list page displays collection cards.

Collection cards can show:

* Collection image
* Collection title
* Link to the collection

Collection card content is controlled by your Shopify collections.

To edit a collection:

1. From your Shopify admin, go to **Products > Collections**.
2. Open the collection.
3. Add or update the collection title.
4. Add or update the collection image.
5. Add products to the collection.
6. Save your changes.

***

### Best practices

Before publishing, check that:

* Collections are active and ready to show.
* Collection images are uploaded.
* Collection titles are clear.
* Collections contain active products.
* The collection list looks good on desktop and mobile.

***

### Save your changes

After editing the Collection list page, click **Save**.

If changes do not appear immediately, refresh the storefront or open the page in a private browser window.


---

# 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://docs.lufavo.com/frameora/page-setup/collection-list-page.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.
