Hello,
I would like to make my h3, h4 and h5 headers uppercase and was wondering if you could assist me with this?
Many thanks.
George
Hey GeoCreo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h3,h4,h5 {
text-transform: uppercase !important;
}
Best regards,
Yigit
Thanks Yigit!