Tagged: 

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

    I am trying to get my caption text and buttons to be static/have no individual sliding animation/be fixed to each photo. I have added the custom CSS code suggested that contains the -webkit animation: none !important and animation: none !important to no avail.

    Unsure why this is so difficult/why a check box in the options doesn’t exist for this, but the custom CSS provided in the past does not currently work for the current version….

    #597088

    This is what I currently have in the custom CSS – to no avail:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title{
    -webkit-animation: none !important;
    animation: none !important;
    transform: none !important;

    }

    • This reply was modified 8 years, 8 months ago by shawnbanack.
    #598678

    Hey!

    Please add following code to Quick CSS as well

    .avia_transform .av_slideshow_full .active-slide .avia-slideshow-button, .avia_transform .av_fullscreen .active-slide .avia-slideshow-button {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Regards,
    Yigit

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