Tagged: full width easy slider caption
Hello!
I would like to remove the fade in effect on the captions in the Full Width Easy Slider slideshow.
I tried adding this (see below) to the Quick CSS but it didn’t seem to remove the fade in (only the slide in from one side).
Thank you!
Liz
.avia_transform .av_slideshow_full .active-slide .avia-caption-title {
visibility: visible !important;
opacity: 1;
-webkit-animation: none;
animation: none;
}
Hey losting,
Try this code in the General Styling > Quick CSS field:
.avia_transform .av_slideshow_full .avia-caption-title {
transform: none !important;
visibility: visible !important;
}
Or try in the WordPress > Customize > Additional CSS
Best regards,
Mike
Thanks for this!
I ended up trying
.avia-caption-title {
animation: none !important;
}
And it worked!
You can close this ticket
Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike