Home style2 - Banner

Home Style2 - Banner

Module position: slideshow

Module class suffix: Not used

If you want to display your banner with the cotent like this you have to create a custom module and publish the custom module like below

Step-1:

Step-2:

Step-3:

Step-4:

Add the following code in your custom module

<div class="home-header-2 h-block white">
    <div class="h-block-content">
        <div class="container">
            <h2>Change Look Like you want.</h2>
            <p>Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.</p>
            <div class="button-container"><a href="#home-2-block" class="scroll-down">Learn More <em class="fa fa-chevron-down"></em></a></div>
        </div>
    </div>
</div>

Last updated