Home › Forums › Jevelin Theme › How can I change the paragraph line-height?
Home › Forums › Jevelin Theme › How can I change the paragraph line-height?
Hi.
I would like to change the paragraph line-height. Also the line-height for bullet-points. How can I do that?
Thanks!
Solution for this topic
Hi @erikj80303,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container #content p { line-height: 2; } #page-container #content ul li { line-height: 2; }
Best regards,
Shufflehound team
Perfect, thanks!!
Erik
You are most welcome here 🙂