Hi there,
I imported Demo Content and with it came the headings in all uppercase.
I’ve tried a variety of CSS (below). But none worked. Website link is in private content.
I would like to disable automatic uppercase for all headings. Thanks!
h1, h2, h3 {
text-transform: none !important;
}
*{
text-transform: none !important;
}
Hey Deanna,
Please try adding this css to: WordPress > Customize > Additional CSS
#top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
text-transform: none !important;
}
Best regards,
Mike
Hi Mike,
That worked great, thank you!
Deanna
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike