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,
I would like to change the title where is "I'm remi". I know how to change text but i don't know how to change the size and type of the font there.
Additionaly - how do i make spacing between this and menu smaller?
Hi bajej
Please consider reading the article we wrote about how to use 'Custom css'. After you reading the article you will be able to find the code below inside Custom CSS. It will be wrapped for many CSS Query ( per desktop per mobile etc @media max width)
.blog .section-title h1, .home .section-title h1 { font-size: 50px !important; margin-top: 100px; }Thank you.