Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #556942

    Hey,

    I want to change the H1 to lower case.

    What code shall I add?

    Thanks
    Charlotte

    #557122

    Hey Charlotte!

    Please add following code to Quick CSS

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

    Cheers!
    Yigit

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