Home Banner 5

To show Home Banner 5 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="homeBanner5">
    <div class="container">
        <div class="homeBanner5__block">
            <div class="homeBanner5__slider disable-srollbar">
                <div class="homeBanner5__item home-banner-image">
                    <a href="#" class="homeBanner5__img image-with-overlay" title="Bras" aria-label="Bras">
                        <img class="ls-is-cached lazyloaded" src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/image-banner-5-1.jpg" data-src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/image-banner-5-1.jpg" title="Bras" alt="Bras" />
                    </a>
                    <a href="#" class="homeBanner5__img image-with-overlay" title="Panties" aria-label="Panties">
                        <img class="ls-is-cached lazyloaded" src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/image-banner-5-2.jpg" data-src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/image-banner-5-2.jpg" title="Panties" alt="Panties" />
                    </a>
                </div>
                <div class="homeBanner5__item home-banner-content">
                    <h3>Dedicate to </br>The Elegant Styling</h3>
                    <p class="text">Aliquam maximus dictum nisl. Aenean mauris est, ullamcorper non nunc non, congue congue</p>
                    <a class="button button--primary" href="#">Discover</a>
                </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