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

    Hi team,

    All my H1 headers are showing in ALL CAPITALS, but I’d like them in Sentense case.

    How do I do this?

    Thanksyou :)

    #1241977

    Hey dezineo,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1242015
    This reply has been marked as private.
    #1242134

    Hi dezineo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .template-page .entry-content-wrapper h1,
    .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }
    

    Do you mean the theme options settings do not apply?

    For which elements?

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.