Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #986859

    The Special Header uses “text-transform: uppercase;” How can I remove this option?

    #987254

    Hey RNaish,

    You can set that under Enfold->Advanced Styling, select to edit All Headers.

    Best regards,
    Rikard

    #1298526

    Is there a CSS line to uncap only a specific post or page?

    #1298531

    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

    #1298534

    Thanks, it worked perfectly

    #1298536

    Sorry

    • This reply was modified 3 years, 6 months ago by Danysoft.
    #1298547

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change the Special Header CSS’ is closed to new replies.