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.
I want to change top navigation menu style. Top nav menu focused style is underline. I want to change background-color.
How can I change this style?
Hi there,
Add the following CSS in your Custom CSS area to make it work:
#menu-main-menu-1 li.current-menu-item a { background: #000; color: yellow; } #menu-main-menu-1 li.current-menu-item a:after { display: none; }Best regards,
Laborator Team