Home Forums WoodMart support forum Removo shoppingcart en wishlist Icon mobile Reply To: Removo shoppingcart en wishlist Icon mobile

#238659

Hello,

Please add this code to the Theme Settings > Custom CSS >Mobile:
/*to remove the shopping cart form the product grid*/

.woodmart-hover-quick .woodmart-add-btn {
display:none;
}

/*to remove the whishlist form the product grid*/

.woodmart-buttons.wd-pos-r-t {
display:none;
}

Best Regards