Tagged: slider
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….
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;
}