Tagged: caption animation
Hey markr156,
Thank you for the inquiry.
1.) Unfortunately, there is no available option for the slider caption animation. You can only change the Slideshow Transition in the Advanced > Slider Animation panel.
2.) This issue is not occurring on our end. It’s possible that you have applied a CSS modification that transforms the heading elements to uppercase. To override it, please add the following CSS code.
.avia-slideshow .avia-caption .avia-caption-title {
text-transform: none !important;
}
Best regards,
Ismael