Typography Customization - Acme Themes
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #76427
    William
    Participant

    How do I edit the headings so that they are not all in capital letters? Does this require a child-theme or can I directly edit the CSS? Will the CSS be overwritten by an update if I change it this way?

    #76533
    acmesupports
    Moderator

    Dear William,
    Please add the given CSS in Additional CSS
    Appearance > Customize > Additional CSS

    .lead {
           text-transform: capitalize;
    }

    Best Regards!

    #76679
    William
    Participant

    This did not work, all of the headings are still fully capitalized with no option to change them. Do you have different recommendation?

    #77107
    acmesupports
    Moderator

    Dear William,
    You can try using the given CSS code in Additional CSS
    Appearance > Customize > Additional CSS

    .main-title h2 {
        text-transform: capitalize;
    }

    Best Regards!

    #77304
    William
    Participant

    Thanks for the suggestion. This worked for one heading on the home page, but not for any of the headings on the inside pages. Is there a way to control the capitalization of headings throughout the whole website? Thank you for your help!

    #77521
    acmesupports
    Moderator

    Dear William,
    Please provide your site URL we shall observe and provide you with possible solutions.
    Best Regards!

    #77549
    William
    Participant

    engineeringsurvivalguide.com

    #77821
    William
    Participant

    Do you have an answer for how to control whether the headings are capitalized or not? By default, all headings are capitalized throughout the corporate plus theme. I would like to be able to choose what is capitalized and what is not. Thank you for your help!

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