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

    I am looking for a solution that allows you to turn off the delay for caption on sliders. Currently, after changing the slide, the picture is shown first and only the inscription. I would like the photo and subtitles to come in at the same time.

    #1221244

    Hey creativeopole,

    Sorry for the delay. Please use this code in the Quick CSS field to disable the animation of the caption title.

    .avia-caption-title {
        -webkit-animation: none;
        animation: none;
        visibility: visible !important;
        opacity: 1 !important;
    }
    

    Best regards,
    Ismael

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