Hey,
http://www.coolbudgethotels.com
I don´t want the caption to fly into the image. I want it to be visible at the same times as the image.
What code shall I add?
Thanks
Charlotte
Hey Charlotte!
Please add following code to Quick CSS
.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 :)
The headline is still now
but not the text field…
Hi!
Please try adding !important rule as following
.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 !important;
animation: none !important;
}
If that does not help, please create a temporary admin login and post it here privately :)
Cheers!
Yigit
Thanks :) That worked.