Home Forums WoodMart support forum Remove add to cart button from image tumblais in shop for mobile Reply To: Remove add to cart button from image tumblais in shop for mobile

#154800

Hello,

You can use the below CSS code in Theme Settings >> Custom CSS >> Custom CSS for mobile, to remove the add to cart button from product thumbnail images in mobile devices:

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

Screenshot for clarification: https://jmp.sh/bgGfRPH

Best Regards.