> For the complete documentation index, see [llms.txt](https://foxecom.gitbook.io/minimog-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foxecom.gitbook.io/minimog-theme/faqs/collection-page/move-the-collection-description-to-under-the-product-listing.md).

# Move the collection description to under the product listing

<div data-full-width="true"><figure><img src="/files/1OZ2q7N6tFYitFzBKwTz" alt=""><figcaption><p><a href="https://foxecom.com/pages/affiliate?utm_source=minimog%2Bhelp%2Bcenter&#x26;utm_medium=banner&#x26;utm_campaign=foxaffiliatelaunch2024">Explore FoxEcom Affiliate Program now </a><span data-gb-custom-inline data-tag="emoji" data-code="2728">✨</span></p></figcaption></figure></div>

On Minimog theme, the collection description is on the top of the product grid by default.&#x20;

If you want to change its position, such as moving it under the product listing section of the collection template, you can either [Moving the **Collection banner** section](#moving-the-collection-banner-section) or [Using a **Custom liquid** section.](#method-2)

## Moving the Collection banner section

1. From your Shopify admin, go to **Online Store** > **Themes > Customize**.
2. From the theme editor, navigate to the Collection template.
3. Click to drag the **Collection banner** section to the position where you want. For instance, we move it under the **Product listing** section.

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

Then, you will see that all the collection banner components, including the collection image (if being set up) and description, are moved to the new position.&#x20;

4. Click **Save.**

## Using Custom Liquid section <a href="#method-2" id="method-2"></a>

1. From your Shopify admin, go to **Online Store** > **Themes > Customize**.
2. From the theme editor, navigate to the Collection template.
3. In the **Collection banner** section, uncheck the option **Show description** to hide it.

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

4. Click **Add section** > **Custom Liquid** section. Then, drag this section to the position you want.&#x20;
5. Click on the **Custom Liquid** section. Next, you add the following code to the **Custom Liquid** box in the setting panel:

```
<div class="container"> {{ collection.description }} </div>
```

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

6. Click **Save**.
