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

    Hi,

    I want to remove the automatic uppercase from the h1, h2, h3 fonts. It doesn’t seem to be working and I have tried these.

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

    and another one but I forgot which one

    Can you help me out?

    http://www.theattractiveman.com/how-to-text-girls-and-get-her-obsessed/

    Thanks

    #341987

    Hey boag!

    Thank you for using Enfold.

    Please use this on Quick CSS:

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

    Cheers!
    Ismael

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