Home Forums WoodMart support forum Checkout Layout Problems (maybe through germanized) Reply To: Checkout Layout Problems (maybe through germanized)

#207524

Hello,

You are Most Welcome.

This is not an issue by any means the hover effect doesn’t work for the mobile devices that’s why it is always displayed.

If you want to remove it from the mobile devices then you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.product-grid-item .woodmart-add-btn.wd-add-btn-replace {
display: none;
}

Best Regards.