Hi, I’m using Enfold theme with the Photography Demo.
How can I change the font case setting for the heading (HELLO & WELLCOME). The current text-transform setting is “uppercase”, but I want it “capitalize” or “none”.
Best Regards
Burghard Engel
Hi Burghard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1, h2, h3, h4, h5, h6 { text-transform: none!important; }
Cheers!
Yigit
Thanks, Yigit. It’s working.
Cheers
Burghard