Comments 2EKDaae started the conversationJanuary 17, 2018 at 4:35pmHi, I'm trying to change te font and the line spacing of my website (made with Kalium). I would like the letters to more spaced and a different color. In which settings can I change this? Thanks! Elja [deleted] repliedJanuary 18, 2018 at 9:14amHi Elja,— You can manage fonts on the Typography area, there you can change font-sizes, and font-weights. For more info please read Typography articles area.— To change the color of the paragraph texts please read this article How to create my own skin.— As for the letter-spacing you can do that with CSS only and apply that CSS code on the Custom CSS area. p { letter-spacing: 1.1px; }For example if you want to change the letter-spacing of paragraphs you can do this (Video: https://d.pr/v/IRauTF). Sign in to reply ...
Hi, I'm trying to change te font and the line spacing of my website (made with Kalium).
I would like the letters to more spaced and a different color. In which settings can I change this?
Thanks! Elja
Hi Elja,
— You can manage fonts on the Typography area, there you can change font-sizes, and font-weights. For more info please read Typography articles area.
— To change the color of the paragraph texts please read this article How to create my own skin.
— As for the letter-spacing you can do that with CSS only and apply that CSS code on the Custom CSS area.
For example if you want to change the letter-spacing of paragraphs you can do this (Video: https://d.pr/v/IRauTF).