Hi – can you please let me know how to remove the “Uppercase” style for the Caption Title in a Fullwidth Slider?
Many thanks!
Doug
Hi doug123!
Try adding this to your custom CSS.
.avia-caption-title { text-transform: none !important; }
Regards,
Elliott
It worked for me.