How can I adjust the autoplay timing in my slider code?

<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.

Hi @ThriveCommerce

Please check it if has this example like and change value in that code, 5000 mean 5s

"speed": 5000,

Hi @ThriveCommerce ,

You can using slideshow component on theme Dawn . Online store > Themes > Customize > Add sections > slideshow

![view - 2023-11-06T140253.776.png|1893x830](upload://e7Sb8xmgdU8pDSaQTlYdHqsBNF1.jpeg)

However, if you want to change timing autoplay , you can fix variable {{ section.settings.change_slides_speed }} by specific value on EDIT CODE mode

It seems you are using a paid theme. Because the code you sent is different from the 11 free themes.

Where do i add this in?

Yes i am using a third party theme