Home › Forums › WoodMart support forum › Remove Icons on Mobile › Reply To: Remove Icons on Mobile
April 11, 2019 at 9:19 am
#118209
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons>div {
display:none;
}
body .woodmart-hover-quick .woodmart-add-btn {
display:none;
}
Best Regards