Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #907205
    Stuart
    Guest

    Hi, I’m not exactly sure what I did but, all the headings on my website decided to magically capitalise. – I looked for a solution under advanced styling, but couldn’t find what I’m looking for.

    Do you mind providing some assistance?

    https://drive.google.com/file/d/1ore94zCyenNGQLBN1rWigiAIr6UO2-u2/view?usp=drivesdk

    #907285

    Hey Stuart,
    Try this code in the General Styling > Quick CSS field:

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

    This will remove the text-transform for all headings, if you wish to keep one, such as for h1, then remove it from the list above.

    Best regards,
    Mike

    #907287

    Thank you ever so much for the quick response! All is fixed.

    Best regards,

    Stuart

    #907337

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font’ is closed to new replies.