Hi Guys
When I have an H1 or H2 style, and type in lower case, the text appears in uppercase regardless, can you tell me the CSS to show what I type – case sensitive.
Thankyou
Gary
Hi Gstar72!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
Regards,
Yigit
Thanks Yigit