# Categories Bottom: Custom Content

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

If you want it to show on **all Category / Brand / Search pages**:

To show **Categories Bottom: Custom Content** on Home page, In the Page Builder -> Go to **Widgets** -> drag and drop **HTML block** into specified sections.

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

In field **HTML block**:

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

{% hint style="info" %}
When you are happy with your changes, don't forget click **Save HTML** and **Publish** to repackage the edited theme.
{% endhint %}

After that, input sample content below:

```html
<div class="popularBrands--content">
    <div class="container">
        <p class="description-showmore" data-max-height="70px">
            The best place to buy or sell pre-owned motorcycles is the Used Motorcycle Store, with our easy buying and selling processes. Our delivery and shipping policies mean you don’t even have to leave your home to get your new bike or sell your old one! Have a bike to sell? Choose the sell or trade-in options to find out more about what we can offer for your used motorcycles! We accept sales from across the continental United States, so we can offer the best prices to our customers from further away.
            </br></br>
            The best place to buy or sell pre-owned motorcycles is the Used Motorcycle Store, with our easy buying and selling processes. Our delivery and shipping policies mean you don’t even have to leave your home to get your new bike or sell your old one! Have a bike to sell? Choose the sell or trade-in options to find out more about what we can offer for your used motorcycles! We accept sales from across the continental United States, so we can offer the best prices to our customers from further away.
            </br></br>
            The best place to buy or sell pre-owned motorcycles is the Used Motorcycle Store, with our easy buying and selling processes. Our delivery and shipping policies mean you don’t even have to leave your home to get your new bike or sell your old one! Have a bike to sell? Choose the sell or trade-in options to find out more about what we can offer for your used motorcycles! We accept sales from across the continental United States, so we can offer the best prices to our customers from further away.
        </p>
        <div class="button-group text-center">
            <a class="button button--tertiary button-showmore" href="#" data-show-more-text="Read more" data-show-less-text="Read less"> 
                <span class="text">Read more</span>
                <svg class="icon" title="icon chevron down"><use xlink:href="#icon-chevron-down"></use></svg>
            </a>
        </div>
    </div>
</div>
```

Or use button below to generate the code with your own banners. Please click the **Copy code** on the popup after you changed all the blocks.

{% embed url="<https://codepen.io/HaloThemes/pen/wvQKOPK>" %}

{% hint style="info" %}
Please click the "Run Pen" button to be used
{% endhint %}


---

# Agent Instructions: 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://halosoft.gitbook.io/spark-documentation/product-listing-page/categories-bottom-custom-content.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.
