Comments Juan Manuel started the conversationSeptember 24, 2014 at 10:57pmIis there a way to decrease the vertical spacing or leading of the paragraph text, h1 and h2? 8,839Tahir repliedSeptember 25, 2014 at 2:53pmYes, 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 repliedOctober 3, 2014 at 2:26amThank 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,839Tahir repliedOctober 3, 2014 at 4:29pmHey Again!Add this into the Custom CSS box located in your Salient Options panel :article.post .post-header h2Thanks ThemeNectar Support Team Juan Manuel repliedOctober 3, 2014 at 9:52pmI implemented this: article.post .post-header h2 { line-height: 27px; }But it has not worked. What am I doing wrong? 8,839Tahir repliedOctober 6, 2014 at 4:17pmTry adding like this: article.post .post-header h2 { line-height: 27px !important; } Thanks ThemeNectar Support Team Sign in to reply ...
Iis there a way to decrease the vertical spacing or leading of the paragraph text, h1 and h2?
Yes,
ThemeNectar Support Team
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
Hey Again!
ThemeNectar Support Team
I implemented this:
article.post .post-header h2 {
line-height: 27px;
}
But it has not worked. What am I doing wrong?
Try adding like this:
Thanks
ThemeNectar Support Team