Hello,
It seems as though my H1 and H2 tags are forcing all caps so I can’t use any script fonts or lowercase letters for that matter. This is also happening when I use the icon box. The icon box title is forcing caps as well. Any insight here? Thanks
Hi hylandgraphics!
Do you want to let us know, which areas you want to change? That happens as the CSS have an uppercase style inside, we can change it but we would need to know which files to adjust.
Best regards,
Basilis
Thanks for the quick reply. As of now it is in the main content area and the icon box feature. Is that what you needed. If not let me know please. Thanks!
Or if you want to give me the CSS to correct it everywhere that would help. Then if I want caps I can just use caps! :)
Hey!
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
Thank you very much!!!!