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,
I've got one last question:
How can I change the color of the sub menu items.
For mobile and desktop (desktop only on hover).
Best regards,
Sandra
Hi Sandra,
Adding the CSS below to Custom CSS will change the sub-menu color:
/* Mobile menu: Change color of sub-menu */ .mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu>ul>li ul>li>a, .mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu>li ul>li>a { color: #FFF; } /* Full menu: Change color of sub-menu */ .main-header.menu-type-full-bg-menu .fullscreen-menu nav div.menu>ul ul li a, .main-header.menu-type-full-bg-menu .fullscreen-menu nav ul.menu ul li a { color: #FF0000; }Best regards,
Laborator Team
Hi Art,
thanks a lot, worked like a charm!
You guys are the best.
Best regards,
Sandra