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.
How can I change the underline color of the menu item through CSS, without changing the main theme color settings? I tried the code below, with "homer" being the name of the menu.
header.menu-column .homer li a {
border-bottom: 1px solid #879148;
}
Hi Kelly,
Use the following CSS to change the underline color:
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu>ul>li>a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu>li>a:after { background-color: red !important; }Best regards,
Laborator Team
Thank you, Art. You're great!! I really appreciate all of your help.
You're welcome Kelly
Best regards,
Laborator Team