Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1316408

    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!

    #1316813

    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

    #1316925

    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,

    #1316940

    Hi,
    Thanks for the feedback, I see there is an error in your css, you have added this before the rule breaking it:
    //Eliminar animació please try removing this and clearing your browser cache.
    2021-08-16_001.jpg

    Best regards,
    Mike

    #1316946

    This worked perfectly, thank you very much for your help!

    #1316954

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove fullscreen slider animation on caption’ is closed to new replies.