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! See the attached image. How can I change the icon used for "add to cart"?
Thanks in advance!
Hi jonybigude,
Our theme doesn't offer any option for this. Also I can see that you already have changed the logo there.
Have a great weekend!
Yes, I did it by adding the following CSS:
.woocommerce .shop-item .item-info a[data-product_id].product-type-variable::before {
content: url(url/add_to_cart_5.png);
}
Thanks!