Hello, can you recommend a way to change the fade transition time for the Content Slider? I’d like to be able to slow down the fade effect between slides.
Thanks
Dan
Hey Dan,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .slide-entry-wrap {
transition: all 1s !important;
}
this will cause the transition to happen in 1s just change it to any values like 0.8s or 2s.
Hope this helps.
Best regards,
Nikko