Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #411092

    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.

    #411097

    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

    #411113

    appreciate your prompt response, but it isn’t working… : /

    #411120

    Hi!

    You had an unclosed curly bracket in your Quick CSS field. I closed it. Please review your website now.

    Best regards,
    Yigit

    #411122

    not sure if you did anything, but its working now…. thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove uppercase from headings’ is closed to new replies.