Hello!
I have a fullscreen slider with different captions and buttons on each slide, and I’d like to remove the animation on the captions and buttons. Is it possible?
I also have another question: at the moment, my slider plays automatically, but if I navigate through the slides with the arrows, then it doesn’t come back to autoplay. How can I fix this?
Thanks in advance!
Hey albadbdb,
Thank you for your patience, to remove the animation on the captions and buttons on your homepage slider, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top.home #fullscreen_slider_1 .avia-slideshow li.av-single-slide,
#top.home #fullscreen_slider_1 .avia-caption-title,
#top.home #fullscreen_slider_1 .avia-caption-content,
#top.home #fullscreen_slider_1 .avia-slideshow-button {
-webkit-animation: 0s ease 0s normal none 1 running none !important;
animation: 0s ease 0s normal none 1 running none !important;
visibility: visible !important;
opacity: 1 !important;
}
Best regards,
Mike
Hello Mike,
Thank you so much for your help, but I’m afraid it’s not working. I already added the code and the animation is still there. How can I do it?
Thank you so much in advance,
This worked perfectly, thank you very much for your help!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike