<div id="section-{{ section.id }}" data-section="heroSlickSlider2" class="slider-area">
<div class="hero-slider-active-2 dot-style-1 dot-style-1-position-1"data-slick='{
"slidesToShow": 1,
"slidesToScroll": 1,
"dots": {{ section.settings.slider_paginate_enable }},
{% if settings.rtl_enable %}
"rtl": true,
{% endif %}
"autoplay": {{ section.settings.slider_autoplay_enable }}
Looking to change the timing of the autoplay, there were no options to in the design page, so i’m resorting to code which i am not proficient in.
