Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1007606

    Hello,

    I would like my headings to never be all caps anywhere on the site. What shouId do?

    Example: In the layer slider on this page, it translates the header to all caps: http://resonate18.staging.wpengine.com/markets/ (hosted on WPengine)

    It also does this in many other places on the site.

    How do I turn this off?

    Thank you,
    Nicole Sauce

    #1007612

    Hey Nicole,
    Please try this code in the General Styling > Quick CSS field or better in the WordPress > Customize > Additional CSS:

    h1, h2, h3, p, a {
        text-transform: none !important; 
    }

    I see you have some text such as the topbar “contact us” and the header “request a demo” that are in all caps, so you will need to adjust those manually, but this css should fix the text that was changed by css.

    Best regards,
    Mike

    #1007624

    Magical css. thanks! I will fix those.

    #1007638

    Hi,
    Glad we could assist, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1007661

    certainly!

    #1007668

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Make Heading Not All Caps’ is closed to new replies.