Home Forums WoodMart support forum Out of stock Reply To: Out of stock

#338317

Hello,

Please add this code to the Theme Settings > Custom CSS >Mobile:

.product-grid-item .wd-buttons {
display:none;
}
.wd-hover-quick .wd-add-btn {
    display:none;
}

Best Regards