How can I stop all text using “H” tags from appearing in all capital letters (e.g. H1 tag makes text appear like THIS instead of this).
Thank you,
Dan
Hey charlie1!
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 very much.
Dan