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