Home › Forums › WoodMart support forum › Removo shoppingcart en wishlist Icon mobile › Reply To: Removo shoppingcart en wishlist Icon mobile
November 4, 2020 at 2:52 pm
#238659
Elise Noromit
Member
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