Hi! Great work guys!
I’m referring to https://kriesi.at/support/topic/header-font-uppercase-issue/#post-195513 and would additionally like to turn off all uppercase titles (i.e. icon lists and other content elements I haven’t discovered so far). I would like all titles to be case sensitive.
Thanks for help!
Hey!
Try adding this code to the Quick CSS:
*{
text-transform: none !important;
}
Cheers!
Josue
Thank you Josue! That works fine.