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.
Hey so there are a couple things I need help with and it's pertaining to the home page...http://garyred.com
If you open the attached file there's a two part question.
First is how do I decrease the spacing from the logo / menu area from the "GARY RED BRAND". And then...how do I make GARY RED BRAND have only the caps for the first letters and everything else lower case? Thank you so much!
Hi Paul,
Add the following CSS to your Custom CSS and it should fix both of the issues:
.blog .section-title h2, .home .section-title h2 { margin-top: 0px !important; text-transform: capitalize !important; }Best regards,
Laborator Team