Tagged: special header
The Special Header uses “text-transform: uppercase;” How can I remove this option?
Hey RNaish,
You can set that under Enfold->Advanced Styling, select to edit All Headers.
Best regards,
Rikard
Is there a CSS line to uncap only a specific post or page?
Hi,
You can edit your Special Heading element and give it a custom ID in Advanced > Developer Settings (“custom-heading” in example below) and then add following code to Quick CSS in Enfold theme options > General Styling tab
#top #custom-heading h1,
#top #custom-heading h2 {
text-transform: none;
}
Best regards,
Yigit
Thanks, it worked perfectly
Sorry
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit