How to add a testimonial item?


To add a new testimonial in slider copy/paste list item in testimonial-slider section.

<div class="testimonials component owl mt50" data-config='{"items": 1}'>

    <!-- slide item -->
    <div class="testimonial">
        <div class="wrapper pb50 pl70 pr70">
            <div class="wrapper photo mb20 ac">
                <div class="wrapper dib bgcw pl40 pr40">
                    <!-- user image -->
                    <img src="img/theme/testimonials/1.jpg" alt="testimonaial photo" class="image round wa">
                </div>
            </div>
            <div class="wrapper pl40 pr40">
                <h4 class="text fz4 fw3 ttu lsm ac mb5 lighttext">User name</h4>
                <p class="text c2 fz1 fw3 fsi ac lsm mb20 post">User post</p>
                <p class="text fz3 fw3 fsi ac lighttext">User testimonial</p>
            </div>
        </div>
    </div>

</div>

In data-config attribute set properties for your slider.

Check the full documentation for more info and properties.


Last update:
2015-01-09 09:02
Author:
Daniel Verejan
Revision:
1.1
Average rating:0 (0 Votes)