Home Forums WoodMart support forum Remove Icons on Mobile Reply To: Remove Icons on Mobile

#118209

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