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

    H1 Title

    • This topic was modified 5 years, 10 months ago by Dundee. Reason: Typo
    #1049883

    Hey Dundee,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1049913
    This reply has been marked as private.
    #1050205

    Hi,

    Thanks for that, you can set the headers to not transform to uppercase under Enfold->Advanced Styling.

    If you want to force the first letter to be capital then you can use something like this in Quick CSS:

    h1, h2 {
      text-transform: capitalize;
    }

    Best regards,
    Rikard

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