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! Please take a look at the attached image. How do I do in order to hide that button? It's enough that customers click on the product image or on the product name. I do know how to do it with CSS, but I suspect I could do it in a nicer and cleaner way by not having the button being load at all.
Thanks in advance!
Hi there,
Adding the following CSS to Custom CSS will remove the add to cart button:
.woocommerce .shop-item .item-info a[data-product_id]:after { display: none; }Best regards,
Laborator Team
Thanks!