Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #231422

    When I enter lower case text into a Text Block, it shows up as upper case on the live page.

    Font Case Anomaly
    Font Case Anomaly

    I have tried using the following CSS in my child theme’s style.css, but it does not work:

    h1 {
    text-transform: none;
    }

    Please advise. Thanks!

    #231543

    Hi markofwits!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

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

    Regards,
    Yigit

    #231801

    Yes, added that to my child theme’s style.css, and it worked fine.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Font Not Showing Lower Case’ is closed to new replies.