Home style2 - quote

Home Style2 - quote

Module position: home-1

Module class suffix: Not used

If you want to display your quotes like this you have to create a menu and publish the menu module like below

Step-1:

Step-2:

Step-3:

Step-4:

Add the following code in your custom module

<div id="home-2-block" class="h-block-1 h-block white">
    <div class="h-block-content">
        <h4 class="wow fadeInDown animated" data-wow-delay="0.5s">“Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.”</h4>
        <p class="wow fadeInDown animated" data-wow-delay="0.8s"><span> Duis leo.</span></p>
    </div>
</div>

Last updated