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 would like to change the hover color at the main menu (Theme: Kalium/Construction). I already tried this but no effect:
Appearance > Theme File Editor > style.css > Hover Style and change #f7c016 to my color.
But it takes no effect. Where is the code to change the color? Thanks
Attached files: submit_ticket.JPG
Hi Sam,
You will have to change two lines of code to change the color, you can find these and change in the file or you can overwrite through Custom CSS area:
/* Menu: Hover Style */ .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul>li>a:hover span, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu>li>a:hover span { background: #ff0000 !important; } /* Menu: Active menu style */ li.current-menu-item a span { background: #ff0000!important; }Best regards,
Laborator Team