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, how can I remove the hover animation of the button or link? I just want it to be a simple hover and does not animate...
Hi mindjigsaw,
This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though
Can you please send us an URL where a sample button is and tell us exactly which button is that.
http://www.mindjigsaw.com/books/
It seems like all the link in the button has this hover effect...
Hi,
Paste the following code to your Custom CSS to remove the underline from the buttons.
.woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container a:hover:after {
display: none;
}
Best regards,
Laborator Team