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 there.
How can I change the menu color.
I have tried to change on theme option<Theme Styling.
If I changed the color of "Headings color". The menu color has changed.
But I would like to menu color only not heading color.
How can I solve it?
Best regards.
Amao
Hi Amao,
Hmm ok then, Just add the code below to Custom CSS
.menu .menu-item a { color: #75d69c !important; } .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after { background-color: #75d69c !important; }