Hi,
Please can you provide the CSS code to change the theme Headings settings from All Caps to initial? I’ve set the headings to use the Dancing Script font and it looks awful in all caps!
Thanks in advance,
Cara
Hi Cara!
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; }
Regards,
Yigit
Perfect, thank you :)