Product archive background colour
-
How to change the background color of product title area in product card or grids
Also how to hide the discount badge in product archives / grid and make it visible only on single product page
Check screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
01. Navigate to Theme Settings > Product Archive > Products loop > Products background and add the background to all product loop items.
02. Try to add this code to the Theme Settings > Custom CSS:
.product-grid-item .onsale.product-label {
display: none;
}
Best Regards