Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #962566

    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;
    }

    #962615

    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

    #962628

    Hi Mike,

    That worked great, thank you!

    Deanna

    #962859

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable All Automatic Uppercase – other solutions not working’ is closed to new replies.