• Resolved waendi

    (@waendi)


    Hi everybody

    I have changed in tracks with a CSS snipplet the “Post/Page – Title”. This works perfectly. Bud now I’m looking for a possibility to change the line-hight in the Post/Page – Title section.

    How can I do it? Is there a CSS snipplet available?

    Thanks in advance

    waendi

    • This topic was modified 5 years, 10 months ago by waendi.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi waendi,

    Thanks for using Tracks!

    Here’s a snippet that includes both the font size change and the line-height change:

    .singular .entry-title {
      font-size: 24px;
      line-height: 1.5;
    }

    You can use a plain number like 1.5 or 2 for the line-height, or switch it to a pixel value like 36px.

    Thread Starter waendi

    (@waendi)

    Thanks Ben,

    Fantastic – it does exactly what I’ve expected. Great for such a quick response.

    Best regards waendi

    Theme Author Ben Sibley

    (@bensibley)

    Happy to help 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Line-Hight adaption’ is closed to new replies.