Comments Mihatron started the conversationFebruary 12, 2020 at 8:56pmHow can I change the font size and line height for post Titles (H1)?I cannot point the right .class for this...Also, I want to change the 'line height' for the content (the font) in the paragraphs in the blog posts.Please share a solution about this :)Thank you. 2,700PenciDesign repliedFebruary 13, 2020 at 3:07amHi,1/ For change font size for post title, please check options for it via Customize > Single Post Options.2/ For change line height for post title & line height for the content inside blog posts, please try add more this code to Customize > Custom CSS: .container-single .post-title{ line-height: 1.4; } .post-entry, .post-entry p{ line-height: 1.6; }Change values 1.4 and 1.6 to values as you want.Best Regards,PenciDesignMihatron repliedFebruary 17, 2020 at 11:44pmGreat! Thank you.Didn't noticed that in the "Single Post Options"...About the line-height, I had to go with !important in the .post-entry because it doesn't work.Best,Mihail Sign in to reply ...
How can I change the font size and line height for post Titles (H1)?
I cannot point the right .class for this...
Also, I want to change the 'line height' for the content (the font) in the paragraphs in the blog posts.
Please share a solution about this :)
Thank you.
Hi,
1/ For change font size for post title, please check options for it via Customize > Single Post Options.
2/ For change line height for post title & line height for the content inside blog posts, please try add more this code to Customize > Custom CSS:
Change values 1.4 and 1.6 to values as you want.
Best Regards,
PenciDesign
Great! Thank you.
Didn't noticed that in the "Single Post Options"...
About the line-height, I had to go with !important in the .post-entry because it doesn't work.
Best,
Mihail