Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1060605

    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

    #1060703

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.