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.
I am working with the Kalium Fitness Theme. I am looking to set a background color for my main nav bar menu at the top of the page. By default there is no color to this menu bar, however you can specify a color for the sticky menu if enabled.
I would like to set the background color to white on the main menu bar, but can seem to find where to to it in the labrador engine or CSS
Hi Christopher,
Can you please add the code below to Custom CSS:
header.main-header {
background-color: #2f1d1d !important;
}