Comments 2ressiagamer2 started the conversationMarch 11, 2017 at 7:37pmHi 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/eio6jkThanks for your support,Emmanuel[deleted] repliedMarch 12, 2017 at 11:49amHi 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. Sign in to reply ...
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
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.