Label Sold Out characters
-
Please see the hidden content
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to change the product label font size.
.product-label {
font-size: 14px !important;
}
Kind Regards
Hi. Please see the links because not worked
Hi,
Do you want to increase the font size of the text of your label or place it text in one line without wrapping it? Please, describe your issue in more detail.
Kind Regards
Hi
place it text in one line without wrapping
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.product-label {
white-space: nowrap;
}
Kind Regards