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
November 5, 2019 at 7:53 am
#154800
Aizaz Imtiaz Awan
Keymaster
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.