Comments Ctoprakkaya started the conversationSeptember 18, 2019 at 12:58pmIs there a way to edit line heights ? i want to change line heights here -> http://prntscr.com/p7r5fd (single post page)and here -> http://prntscr.com/p7r642 (homepage featured category exerpts and title) 2,700PenciDesign repliedSeptember 18, 2019 at 2:23pmHi,To do that, please add more this code to Customize > Custom CSS: .widget ul li, .post-entry, p, .post-entry p{ line-height: 1.4; } .home-featured-cat-content .first-post .magcat-detail .mag-header{ margin-bottom: 12px; } Change values 1.4 and 12 to values as you want. Example: 1.5 and 13Best Regards,PenciDesignCtoprakkaya repliedSeptember 18, 2019 at 2:29pmThank you! It worked. Sign in to reply ...
Is there a way to edit line heights ?
i want to change line heights here -> http://prntscr.com/p7r5fd (single post page)
and here -> http://prntscr.com/p7r642 (homepage featured category exerpts and title)
Hi,
To do that, please add more this code to Customize > Custom CSS:
Change values 1.4 and 12 to values as you want.
Example: 1.5 and 13
Best Regards,
PenciDesign
Thank you! It worked.