Okay
  Public Ticket #1435554
Line spacing
Closed

Comments

  •  2
    EKDaae started the conversation

    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

  • [deleted] replied

    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. 

    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).