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

    I found this code which sorted out headers but is there an easy way I turn text-transform: uppercase; off site wide.

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

    My PC comes with a shift button ;-)

    #520290

    Hi fanlokbun!

    Please add following code to Quick CSS

    body * {
     text-transform: none !important;
    }

    Best regards,
    Yigit

    #521122

    Nice one thanks Yogit

    #521246

    Hey!

    I will close the ticket now.
    Please feel free to let us know, if we could do anything else for you!

    Regards,
    Basilis

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