Hi, You could modify the time of the Post Slider widget transition, by default it is 4 seconds, which javascript or css file needs to be modified, Thanks
There is no exact option to change it but you can customize that widget from child theme. It comes from Start_Magazine_Posts_Slider_Widget in includes/widgets.php. There is markup like this. <div class="cycle-slideshow" data-cycle-slides="article" data-cycle-auto-height="container" data-pager-template='<span class="pager-box"></span>'>
You can customize there. See this link for reference http://jquery.malsup.com/cycle2/demo/basic.php
This reply was modified 6 years ago by Axle Support.