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 there
How can I hide the underlines when hovering on the buttons on my homepage without hiding the underlines in the main-menu?
I tried this already in the custom CSS of the homepage:
.wrapper a:after {background: transparent!important;
}
but it hides both the underlines of the buttons and the main menu at the same time. How can I hide them separately so I can only hide the underlines of the buttons?
Thanks already for the answer.
Regards Martin
Hi Martin,
Can you please add the code below to your Custom CSS area:
.vc_btn3-container a:after { background-color: transparent; }This will solve your problem :)