fanandflame.website
How can I slow down the testimonials section?
Thank you in advance for your help,
Rachael
fanandflame.website
How can I slow down the testimonials section?
Thank you in advance for your help,
Rachael
Hello Rachael,
For this, you need to edit testimonial-section-widget.php which is located at wp-content/themes/prasoonpro/inc/widgets/
Open this file using any text editor and go to line number 62
<div id="text-carousel" class="carousel slide" data-ride="carousel">
You need to add data-interval=”500″ where 500 is the time in milliseconds. You can increase or decrease the time interval according to your need.
For example:
<div id="text-carousel" class="carousel slide" data-ride="carousel" data-interval="500">
After editing save this file and refresh your page
Best Regards
Works perfectly! Thank you so much, I greatly appreciate all your help and your fast response.
Rachael
You are welcome 🙂