I’d like the heading to be not be in all uppercase. Is there css I can add to the heading tag under the advanced tab that will let me change the default to both upper and lower case?
Thank you.
Hey ESWEENEY113,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia_transform .av_slideshow_full .avia-caption-title {
text-transform: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked. Thank you!
Erin