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!
Is there some way to turn off underlning animation on interactive elements that are not supposed to be treated as links (like media player buttons)?
I absolutely love it on text links but it looks totally buggy on some places.
Thanks!
Hi,
Can you please send me the exact URL of that page where you have this element? So I can send you the exact code to disable the underline animation.
Thanks!
But it's global issue, I use product page template and this will be on every new page I'm gonna create.
But for example this page: https://www.eletyo.com/product/will-you-leave-me/
Underline works on hovering over product image, buttons, 3rd party audio player control buttons
Hi temkatemka,
Can you please add the code below to your Custom CSS area:
.elementor-section-wrap a:after { background-color: transparent !important; }It should solve those problem
Thanks!
It does indeed! One down :D
Thank you!
Since we're talking about this page, could you say why custom Add To Cart from elementor pro looks this way (unlike regular button)?
I got a lot of things going weird -_-
Hi temkatemka,
Happy to hear that
As for your last question:
it seems that Elementor server that button by default. Maybe there is any option to change that so for more informations please contact Elementor support directly.
Thanks for your understanding!
It's not elementor. Button looks fine when used over default WP theme.
Hi,
Thanks for your response, it seems that WooCommerce CSS is overwriting some styles of Elementor.
Please just add this CSS code to your Custom CSS area:
.woocommerce .add_to_cart_button {background: #3F2768;
padding: 15px 30px; }
Thanks!
It works yay! Thank you again, I lost how many times already :D
Happy to hear that
Have a great day!
Will set this ticket as solved from here.