Okay
  Public Ticket #1093618
Questions about Kalium
Closed

Comments

  •  2
    ressiagamer2 started the conversation

    Hi Kalium team,

    Can you help me with these:

    1. How can I edit “Letter Spacing”?

    2. How can I edit the CSS like line spacing, layout, etc. of a blog post?

    3. How can I change the content of the footer? 

    See screenshot: http://prnt.sc/eio6jk

    Thanks for your support,

    Emmanuel

  • [deleted] replied

    Hi ressiagamer2

    1) If you want to change letter spacing like is described here. You can do that over Custom CSS (how to).

    if you need changes only on headings put this code on Custom CSS

    h1,h2,h3,h4,h5,h6{
        letter-spacing: 2px;
    }
    //for Paragraph
    p{
        letter-spacing: 2px;
    }

    2) To change layout and different structure please read this article

    3) To do changes content of footer please this article.

    You can learn more about VC Components and how to build different layouts please see the link.

    Hope this will help you.

    Thank you.