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

    Hi,

    I would like to change the h1,2,3,4,5,6 with some extra styling. The headers are open sans and i would like to

    – Make them extra bold
    – letter spacing -1

    How can i do this?

    #894011

    Hey Michael,

    Please try the following in Quick CSS under Enfold->General Styling:

    h1, h2, h3, h4, h5, h6 {
      font-weight:900;
      letter-spacing:-1px;
    }

    Best regards,
    Rikard

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