Text line height

Hi

I’m getting along nicely with using beaverbuilder but I’ve hit a snag. Please could you let me know how to increase the line spacing in text. I can see how to change font and size in Appearance > customise > presets, but i cant see how to increase text line hight/space so the text in my article pages looks very solid!

Thanks for your help

Sean (Pro Subscriber)

Hey Sean,

Thanks for posting in the forums! You’ll need some custom CSS to accomplish a change in line height for text as that option isn’t available in the customizer at this time. For example, the below should get you pointed in the right direction, but let us know if you have any troubles!

body {
    line-height: 1.5;
}

Best,
Billy