Hey,
http://www.newyorkinspiration.com/design-hotels-new-york/
I don´t want the captions on all full width slider to fly in, I want them to be still.
What code shall I add?
Thanks
Charlotte
Hey Charlotte :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title,.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content {
visibility: visible;
-webkit-animation: none;
animation: none;
}
Best regards,
Yigit
Thanks Yigit :)