Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #871035

    Marco
    Participant

    Hi,

    I was wondering how to adjust the line heigth of the featurebox headline. I use a custom class.
    Font-size and padding works but line-height is not working…

    This is my CSS:
    .x-feature-box-title-zorg {
    margin: 0px 0px 20px;
    font-size: 0.8em;
    line-height: 1.7; }

    Class in featurebox: x-feature-box-title-zorg

    url: https://test . quin fox.com / slimme-zorginstellingen/

    Thx!

    #871969

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To adjust the line-height, just add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-feature-box-title-zorg .x-feature-box-title {
        line-height: 1.7 !important;
    }

    Let us know how this goes!

    #872457

    Marco
    Participant

    Yes, Thx for the great support!

    #872553

    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!