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 placed an anchor link on a main menu item ("services"). The problem is that this item is always activated, with the line always visible. Could you help me solve this problem? Thank you so much
Hi Eugena,
Please add the code below to your Custom CSS area:
li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-6333 a:after { background-color: transparent; }Have a nice day!
Hi Ylli, I added the custom CSS but now the line below the text does not appears on the mouse hover
Regards,
Sara
Hi Sara,
I changed the code to:
body.home li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-6333 a:after { background-color: transparent; }This is the only solution for the moment.
Thanks!