Tagged: full width slider animation
Dear team,
on my Dev. page below I use the full width slider in the top section. I wan t to avoid font animation and font background – but was not able to find, how. Can you help? thx a lot & best regards Tilman
Hey Tilman,
Thank you for the inquiry.
You can use this css code to deactivate the animation of the slider caption and remove the background:
.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title {
visibility: visible;
animation: none;
}
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
background: transparent;
}
Let us know the result.
Best regards,
Ismael
thx Ismael, that works. And how do I modify the code in order to have no animation of the subtitle, too? thx again & cheers, Tilman
Hi,
Thanks for the update.
For the caption content, try to add this code:
.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content {
visibility: visible;
animation: none;
}
Best regards,
Ismael
super, works too :-)
Hi,
Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard