Okay
  Public Ticket #289135
Leading
Closed

Comments

  • Juan Manuel started the conversation

    Iis there a way to decrease the vertical spacing or leading of the paragraph text, h1 and h2?

  •  8,839
    Tahir replied

    Yes,

    Add this into the Custom CSS box located in your Salient Options panel :
    p,h1,h2 {
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
    }
    Thanks


    ThemeNectar Support Team 

  • Juan Manuel replied

    Thank you very much for your answer. And, How can I do it for the title of the article? Please look: http://cloud.egafutura.com/blog

  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    article.post .post-header h2
    Thanks


    ThemeNectar Support Team 

  • Juan Manuel replied

    I implemented this:

    article.post .post-header h2 {

    line-height: 27px;

    }

    But it has not worked. What am I doing wrong?

  •  8,839
    Tahir replied

    Try adding like this: 

    article.post .post-header h2 {
    line-height: 27px !important;
    }
    

    Thanks


    ThemeNectar Support Team