Comments 5jonybigude started the conversationFebruary 8, 2018 at 11:31amHi! See the attached image. How can I change the icon used for "add to cart"?Thanks in advance![deleted] repliedFebruary 9, 2018 at 8:32amHi 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! 5jonybigude repliedFebruary 9, 2018 at 8:38amYes, 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!1 Like Sign in to reply ...
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!