Hello. I need to remove "add to cart" from VM Category view. How can I do this? Thank you
It's actually not even disappears in Multivariant when product cart looking like this.
Joozen Hi Add this code in custom.css file to hide it in the Filter view
.ja-products-wrapper .product-item .product-item-details .addtocart-bar { display: none!important;}
Thank you very much. It's working now.