Hello – I have been trying to find a solution to remove the uppercase styling from my headings.
I have located the css modifications and tested it successfully in Inspect Element but it is not changing the appearance on the site.
I am using the same css mentioned in this post: https://kriesi.at/support/topic/heading-style-customize/
Perhaps you could add this option to the advanced styling section in Theme Options?
Appreciate your help, thank you.
Hey beezdezines!
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; }
and please feel free to request such option in here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
appreciate your prompt response, but it isn’t working… : /
Hi!
You had an unclosed curly bracket in your Quick CSS field. I closed it. Please review your website now.
Best regards,
Yigit
not sure if you did anything, but its working now…. thank you!