Hi,
on my page fitgutschein.de I am struggling with changing the fullwidth slide-show caption as follows:
appearance: how to get text&button fade-in instead of flying-in from left?
I tried several CSS snippets from comparable topics, but this did not succeed.
Your help is greatly appreciated – thx a lot in advance
Hey Tilman,
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-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content,.avia_transform .av_slideshow_full .active-slide .avia-slideshow-button, .avia_transform .av_fullscreen .active-slide .avia-slideshow-button {
-webkit-animation: avia-fadein 1.5s 1 ease-out;
animation: avia-fadein 1.5s 1 ease-out;
}
Best regards,
Yigit
Hi Yigit,
cool, this one works great!
Thx a lot & best regards Tilman