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

    Hi there,
    Can you tell me how to remove the animation on the Image Captions inside the Fullwidth Easy slider?
    Specifically I am talking about the ‘Caption Title’ and ‘Caption Text’.
    Thanks!

    #984995

    Hey Robyone925,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #985106

    Hi Jordan,

    Thank you for responding so quickly! I’ve attached a link to one of the pages I’m referring to. I’d like to remove the animation where the Title and Text slide from left into position on top of the Single Image. I’d like to keep the button that is currently displayed.

    The fields I’m referring to is the ‘Caption Title’ and ‘Caption Text’.

    #985155

    Hi,

    Add this to quick css:

    .avia-caption-title, .avia-caption-content, .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;
    }

    Best regards,
    Jordan Shannon

    #985801

    Thank you so much! This has solved it.

    #985984

    Hi,

    Great! I’m glad I was able to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fullwidth Easy Slider – remove animation on Image Captions’ is closed to new replies.