# Popular Categories 2

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

{% hint style="info" %}
Recommended Banner Size: **585x370px**. Please notice that you will need to upload the correct size like our recommended size for this banner to show the perfect banners like our Demo theme.
{% endhint %}

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

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

In field **HTML block**:

<figure><img src="/files/8vWHRb8hy4EPsUL7tMQF" 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="halo-block halo-home-section halo-bgGray" id="popularCates-2" data-halo-load="animation">
    <div class="container ">
        <div class="c-2">
            <div class="item p-t">
                <article class="popularCates--card halo-fadeInLeft" data-halo-animate="1">
                    <figure class="popularCates--figure">
                        <img class="popularCates--image"
                            src="https://cdn11.bigcommerce.com/s-4pwi31bh7d/images/stencil/original/image-manager/halo-popular-category-6.jpg"
                            alt="Full Gears Ninja H2">
                    </figure>
                    <div class="popularCates--body">
                        <div class="content-wrapper">
                            <h4 class="title">
                                <a href="#">Full Gears Ninja H2</a>
                            </h4>
                            <p class="description">
                                Gears for 2022 Best Hypersport Bike
                            </p>
                        </div>
                        <a class="button button--primary" href="#" aria-label="Shop Now"><span>Shop Now</span></a>
                    </div>
                </article>
            </div>
            <div class="item p-t">
                <article class="popularCates--card halo-fadeInRight" data-halo-animate="2">
                    <figure class="popularCates--figure">
                        <img class="popularCates--image"
                            src="https://cdn11.bigcommerce.com/s-4pwi31bh7d/images/stencil/original/image-manager/halo-popular-category-7.jpg"
                            alt="Recreation">
                    </figure>
                    <div class="popularCates--body">
                        <div class="content-wrapper">
                            <h4 class="title">
                                <a href="#">Recreation</a>
                            </h4>
                            <p class="description">
                                Update Lastest Version
                            </p>
                        </div>
                        <a class="button button--primary" href="#" aria-label="Shop Now"><span>Shop Now</span></a>
                    </div>
                </article>
            </div>
        </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/BaGjwZP>" %}

{% 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/home-motorcycle/popular-categories-2.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.
