I found this code which sorted out headers but is there an easy way I turn text-transform: uppercase; off site wide.
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none;
letter-spacing: 1px;
}
My PC comes with a shift button ;-)
Hi fanlokbun!
Please add following code to Quick CSS
body * {
text-transform: none !important;
}
Best regards,
Yigit
Nice one thanks Yogit
Hey!
I will close the ticket now.
Please feel free to let us know, if we could do anything else for you!
Regards,
Basilis