Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #564883

    Hey,

    http://www.coolbudgethotels.com

    I don´t want the caption to fly into the image. I want it to be visible at the same times as the image.

    What code shall I add?

    Thanks
    Charlotte

    #564889

    Hey Charlotte!

    Please add following code to Quick CSS

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

    Best regards,
    Yigit

    #564893

    Thanks :)

    The headline is still now
    but not the text field…

    #564913

    Hi!

    Please try adding !important rule as following

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

    If that does not help, please create a temporary admin login and post it here privately :)
    Cheers!
    Yigit

    #565034

    Thanks :) That worked.

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