Home Banner 2 - 2

To show Home Banner 2 - 2 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="homeBanner2">
    <div class="container">
        <div class="homeBanner2__block">
            <div class="homeBanner2__slider column-2 disable-srollbar">
                <div class="homeBanner2__item home-banner-image">
                    <a href="#" class="homeBanner1__img image-with-overlay" title="For The Adventures" aria-label="For The Adventures">
                        <img class="ls-is-cached lazyloaded" src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/image-banner-3-1.jpg" data-src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/image-banner-3-1.jpg" title="For The Adventures" alt="For The Adventures">
                    </a>
                    <div class="content">
                        <h3>For The Adventures</h3>
                        <p class="text">Aliquam maximus dictum nisl. Aenean mauris est</p>
                        <a class="button button--primary" href="#">Shop Collection</a>
                    </div>
                </div>
                <div class="homeBanner2__item home-banner-image">
                    <a href="#" class="homeBanner2__img image-with-overlay" title="Stay Ahead in Style" aria-label="Stay Ahead in Style">
                        <img class="ls-is-cached lazyloaded" src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/image-banner-3-2.jpg" data-src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/image-banner-3-2.jpg" title="Stay Ahead in Style" alt="Stay Ahead in Style">
                    </a>
                    <div class="content">
                        <h3>Stay Ahead in Style</h3>
                        <p class="text">Aliquam maximus dictum nisl. Aenean mauris est</p>
                        <a class="button button--primary" href="#">Shop Collection</a>
                    </div>
                </div>
            </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