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 need to change the color of the blue 'get the app' button in the menu. It's my contact button now and i want to make it green: #96c928
Maybe you have some custom css.
Second: is there a way to add some white space beneath the button. It's now sticked to the slider.
tnx!
Hi,
1— Please go to your Custom CSS area and find this code:
.main-header.is-sticky.sticky-fixed .get-the-app a { background: #2078dc; color: #fff !important; }and then change the #2078dc color to your preferred color #96c928.
2— Please add the code below to your Custom CSS area:
.standard-menu-container div.menu>ul>li+li, .standard-menu-container ul.menu>li+li { margin-left: 25px !important; }Have a nice day!