> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/spark-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/spark-documentation/home-automotive/brands-block.md).

# Brands Block

<figure><img src="/files/3mxC8fZXQDtokmNRAvc3" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Recommended Image Size: **175x72px**. Please notice that you will need to upload the correct size like our recommended size for this image to show the perfect images like our Demo theme.
{% endhint %}

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

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

In field **HTML block**:

<figure><img src="/files/3H20pfnZucIyTNJYP5ok" 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" id="topBrands" data-halo-load="animation">
    <div class="container">
        <div class="topBrands--heading pos-relative text-center halo-fadeInUp" data-halo-animate="0">
            <h3 class="page-heading">We Carry Top Brands</h3>
            <a href="#" class="halo-link" aria-label="View All">View All Brands</a>
        </div>
        <div class="topBrands--carousel pos-relative c-6" data-col="6" data-row="1" data-halo-load="init-carousel">
            <div class="item halo-fadeInUp" data-halo-animate="1">
                <a href="#" class="topBrands--item" aria-label="Brand 1">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-1.png" alt="Brand 1"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="2">
                <a href="#" class="topBrands--item" aria-label="Brand 2">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-2.png" alt="Brand 2"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="3">
                <a href="#" class="topBrands--item" aria-label="Brand 3">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-3.png" alt="Brand 3"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="4">
                <a href="#" class="topBrands--item" aria-label="Brand 4">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-4.png" alt="Brand 4"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="5">
                <a href="#" class="topBrands--item" aria-label="Brand 5">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-5.png" alt="Brand 5"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="6">
                <a href="#" class="topBrands--item" aria-label="Brand 6">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-6.png" alt="Brand 6"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="1">
                <a href="#" class="topBrands--item" aria-label="Brand 7">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-7.png" alt="Brand 7"/>
                </a> 
            </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/LYXpXQM>" %}

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