How can I change the swatch shape and position?
-
I want to add a out of stock old soldout with stronger attentions.
and so the shape of hot swatch. How can I do that?
Attachments:
You must be
logged in to view attached files.
Hello,
As I understood you want to change the background of the out-of-stock label. If so, please add this Custom CSS to Theme Settings > Custom CSS
.product-label.out-of-stock {
background-color: black;
color: red;
font-weight: 900;
}
Please, replace “red” and “black” with color as per your needs.
Best Regards