Home Banner 6

To show Home Banner 6 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="homeBanner6">
    <div class="container container--full">
        <div class="homeBanner6__container">
            <div class="homeBanner6__img">
                <a href="#" aria-label="METROPÓLIS">
                    <img src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/banner-image-full.jpg" alt="METROPÓLIS">
                </a>
            </div>
            <div class="homeBanner6__content">
                <a class="image-wrapper image-with-overlay" href="https://youtu.be/eTCtDW7O1aM" data-fancybox="videos" tabindex="0">
                    <img class="img-icon lazyloaded" title="Wedding Dresses" src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/icon-play.png" alt="Wedding Dresses" data-src="https://cdn11.bigcommerce.com/s-coj85swkah/images/stencil/original/image-manager/icon-play.png">
                </a>
                <h4 class="homeBanner6__title">Look Bold Feel Awesome</h4>
                <p class="homeBanner6__des">Aliquam maximus dictum nisl. Aenean mauris est</p>
                <a class="button button--primary" href="#" aria-label="Shop The Look">Shop Collections</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