Hi there, when using the Caption Title, it shows as ALL CAPS. I’d like it to be mixed case. I also have it set to do a backshadow, to help it pop against the background image (the client does not want an overlay).
I tried this:
h2.avia-caption-title {
text-shadow: 2px 3px #000000;
text-transform: none;
}
..but it didn’t work. Any ideas?
Thank you in advance for your help.
Hey charger70!
Thanks for reaching out to us!
Try adding the !important tag. So your code should look like this:
h2.avia-caption-title {
text-shadow: 2px 3px #000000;
text-transform: none !imporatnt;
}
Try that and let me know if it works.
Best regards,
Jordan