Tagged: Fullwidth Easy Slider
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!
Hey Robyone925,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
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’.
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
Thank you so much! This has solved it.
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