Home-5 intro Module

39. Home-5 intro Module

Module position: Home-1

Module suffix: Not used

If you want your module this way, Go to backend: Extensions --> Module Manager --> New --> Select type as Custom Html with the settings below:

Step-1

Step-2

Add the below code in your custom html module

<div class="tp-padding-100">
    <div class="col-sm-6">
<img class="img-responsive" src="images/themeparrot/img-res02.png" alt="img res02" />
    </div>
    <div class="col-sm-6">
        <div class="sep40"> </div>
        <h2 class="upper">Welcome to Splash</h2>
        <h1 class="upper">Responsive theme</h1><br />
        <p style="font-size: 16px; line-height: 30px;">
Splash the all-powerful Pointing has no control about the blind texts it
 is an almost unorthographic life One day however a small line of blind 
text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p>
<a href="#" class="btn btn-large">Read More</a>
    </div>
</div>

Step-3

Last updated