Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #687352

    Hey,

    http://www.newyorkinspiration.com/design-hotels-new-york/

    I don´t want the captions on all full width slider to fly in, I want them to be still.

    What code shall I add?

    Thanks
    Charlotte

    #688695

    Hey Charlotte :)

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title,.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content {
        visibility: visible;
        -webkit-animation: none;
        animation: none;
    }
    

    Best regards,
    Yigit

    #689935

    Thanks Yigit :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Caption on image slider’ is closed to new replies.