Hi,
What code shall I add if I want the caption on the image slider to not fly into the page?
Just be still.
http://utv.raboff.com/
Thanks
Charlotte
Hi Charlotte!
Please add following code to Quick CSS
.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title {
visibility: visible;
-webkit-animation: none;
animation: none;
}
Regards,
Yigit
Thanks..
It work in the title but not the subtitle..
Charlotte
Hey!
Can you please change the code to following one
.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-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title {
visibility: visible;
-webkit-animation: none;
animation: none;
}
Best regards,
Yigit
Thanks :)