Brands Block

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.

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

In field HTML block:

When you are happy with your changes, don't forget click Save HTML and Publish to repackage the edited theme.

After that, input sample content below:

<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.

Please click the "Run Pen" button to be used

Last updated