Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi there,
Where do I change the line-height for fonts, specifically for paragraphs and headings?
Secondly, I managed to change default font to Roboto, but I'm not sure how to edit my choices - please see screenshot.
Sorry, site is on temp URL, so you can't access it :-(
Hi there,
1— Typography area doesn't offer this functionality for the moment but if you want to do that change you can apply your CSS change on the Custom CSS area.
For example you can change the paragraph or headings area like this:
p { line-height: 30px; } h1 { line-height: 40px; } h2 { line-height: 20px; }2— Please see this video/article Adding a Google Font to learn how you can correctly add a font and attach what areas of your theme will use that font.