Tagged: , ,

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

    I have been searching the forums for a quick css code, but could not find it.
    I would prefer my headers not to be bold, but rather larger. I have not found a CSS code snippet that made a difference.

    #355327

    Hey Frank!

    Please go to Enfold theme options > Advanced Styling tab and edit Heading elements as needed and then add following code to Quick CSS

    h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    }

    Cheers!
    Yigit

    #741306

    And I would like my headers in font Lato not be capitals.
    is that possible too?

    #741313

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Yigit

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