Hello,
i can’t find solution for my problem.
I want to change the speed of transition in slider.
I don’t meant time to display each of image but speed of changing between slides.
Thanks for help!
Hello @przemek980,
You can try to use the following CSS code.
You can add CSS code in Dashboard → Appearance → Customize → Additional CSS.
.slick-track {
transition-duration: 2s !important;
}
Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
1 Like