Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.23 KB

File metadata and controls

31 lines (26 loc) · 1.23 KB

Home Page Banner

Banner HTML Code. {#banner-html-code}

HTML Code can be found in all pages that are included in the theme. Code Starts From Line 91th to 106th of each page.

<!--banner Starts -->
<section id="home-page-v1-banner" class="home-page-v1-banner">
    <img src="images/banner-all.png" alt="v1-banner" class="img-responsive v2-banner"/>
    <div class="image-caption-1">
        <div class="container">
            <div class="row">
                <div class="col-sm-12 col-md-7 col-lg-7">
                    <h6 class="v1-banner-sub-head">WE LOVE</h6>
                    <h1 class="v1-banner-head">DESIGN</h1>
                    <a href="#" class="btn btn-primary hvr-float-shadow fadeInUp wow" data-wow-duration="1s">Get
                        Started</a><a href="#" class="btn btn-default hvr-float-shadow fadeInUp wow"
                                      data-wow-duration="1s">Buy Now</a>
                </div>
            </div>
        </div>
    </div>
</section>
<!--banner ends -->

{% hint style="warning" %} Note : Code start and end may vary based on the page you are editing and its contents so we have given a approximate line numbers. so please do check and edit carefully {% endhint %}