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

    Hi,

    What code shall I add if I want the caption on the image slider to not fly into the page?
    Just be still.
    http://utv.raboff.com/

    Thanks
    Charlotte

    #544350

    Hi Charlotte!

    Please add following code to Quick CSS

    .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;
    }

    Regards,
    Yigit

    #544358

    Thanks..
    It work in the title but not the subtitle..

    Charlotte

    #544364

    Hey!

    Can you please change the code to following one

    .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

    #544367

    Thanks :)

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