Home Banner 4

To show Home Banner 4 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="homeBanner4">
    <div class="container">
        <div class="halo-block-header">
            <h3 class="title">Custom CMS Block</h3>
        </div>
        <div class="homeBanner4__block">
            <div class="homeBanner4__slider disable-srollbar">
                <div class="homeBanner4__item home-banner-image">
                    <a href="#" class="homeBanner1__img image-with-overlay" title="Milancelos" aria-label="Milancelos">
                        <img class="ls-is-cached lazyloaded" src="https://cdn11.bigcommerce.com/s-98yjike07q/images/stencil/original/image-manager/home-2-banner-custom-2-1.jpg" data-src="https://cdn11.bigcommerce.com/s-98yjike07q/images/stencil/original/image-manager/home-2-banner-custom-2-1.jpg" title="Milancelos" alt="Milancelos">
                    </a>
                    <div class="content">
                        <h3>Pellentesque posuere morci lobortis scelerisque de blandit.</h3>
                        <p class="text">Nullam aliquet vestibulum augue non varius. Cras nec congue elitos. Duis tristique del ante nec aliquam. Praesent urna tellus laoreet an tellus ullamcorper fermentum facilisis eratum...</p>
                        <a class="button button--primary" href="#">Shop Now</a>
                    </div>
                </div>
                <div class="homeBanner4__item home-banner-image">
                    <a href="#" class="homeBanner4__img image-with-overlay" title="Cosmopolis" aria-label="Cosmopolis">
                        <img class="ls-is-cached lazyloaded" src="https://cdn11.bigcommerce.com/s-98yjike07q/images/stencil/original/image-manager/home-2-banner-custom-2-2.jpg" data-src="https://cdn11.bigcommerce.com/s-98yjike07q/images/stencil/original/image-manager/home-2-banner-custom-2-2.jpg" title="Cosmopolis" alt="Cosmopolis">
                    </a>
                    <div class="content">
                        <h3>Praesent urna tellus laoreet an tellus an fermentum facilisis</h3>
                        <p class="text">Nullam aliquet vestibulum augue non varius. Cras nec congue elitos. Duis tristique del ante nec aliquam. Praesent urna tellus laoreet an tellus ullamcorper fermentum facilisis eratum...</p>
                        <a class="button button--primary" href="#">Shop Now</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