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,
it happens on all my pages, all links have the underline which is totaly fine but very weird if it comes to the buttons. can i turn it off for the buttons I create?
Hi Hilke,
Please add the code below to your Custom CSS area:
.wpb_raw_code a:after { background-color: transparent; } .widget_block a:after { background-color: transparent !important; }Have a nice day!
For the ones I have in the menu it doesn`t work. Do I have to add something in the shortcode ?
<a href="https://billdin.com/demo/"> Agenda una demo </a>Please just add this CSS code to your Custom CSS area:
.raw-text-widget a:after { background-color: transparent; }If the code doesn't work, then add the !important rule. See example:
.raw-text-widget a:after { background-color: transparent !important; }Have a nice day!
Yes this one is working, thanks
Happy to hear that
Have a nice day!
I will set this ticket as solved from here.