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.
Hello.
Please, could you tell me how to modify the styles of the submenu? I am interested in changing the background color and text.
Thanks in advance.
Hi Luis,
You can add codes below to your Custom CSS area:
.nav-container-main-menu ul.sub-menu { border-radius: 4px; } .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul { background-color: #738e9c; } .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a { color: #fff; }you can change their colors based on your needs.
Have a nice day!
Thanks.
One last detail:
How do I change the color of the underline in the submenu?
Thank you very much for your help.
Hi Luis,
Here is the CSS code:
.sub-menu a:after { background-color: red !important; }Have a nice day!