Is there a way to turn off the slider animation, so that the caption is just fixed in position on the page and does not fly in from the right and left? Just want to make the caption static.
Hi asinger777!
Try adding this to your custom CSS.
.slideshow_caption, .slideshow_caption * { animation: none !important; opacity: 1 !important; visibility: visible !important; display: block !important; }
Cheers!
Elliott