Home › Forums › Jevelin Theme › How to customize carousel in a Blog Post element
Home › Forums › Jevelin Theme › How to customize carousel in a Blog Post element
Hi friends, I hope you are doing well,
I am using the Blog Post element to show a carousel of a category posts.
Carousel shows dots below, and it takes around 2 secs to move carousel to next posts.
How can I show arrows instead dots?
How can I change time interval?
Thanks and regards,
Solution for this topic
Update: I found a way to do that. Clone the javascript function below and paste in the scripts.js file under my child theme.
$(‘.sh-recent-posts-carousel .blog-list’).slick({
dots: false,
arrows: true,
autoplaySpeed: 2000,
…
});
Awesome great to see you got that found.
Please advise if you have more questions.
Have a fantastic day!