How to change the size of the the sold out
-
How to change the size of the the sold out Button or style of ‘sold out ‘shown style
Can it be bigger sizes
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.out-of-stock {
background-color: green;
color: red;
font-size: 20px;
}
You can change the background color and text color and size of the text according to your needs.
Regards.
Xtemos Studios.