How to change font size for SOLD OUT icon text ?
-
In English SOLD OUT looks good (in 2 rows), but when I translate ti local language it looks awful. Can you please help, can I change the size of SOLD OUT text? I my language it’s one word – IZPÄ€RDOTS
Attachments:
You must be
logged in to view attached files.
Hello,
You will need to make the font size smaller:
body .labels-rounded .onsale {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
Best Regards
Hi! With this code I can change font size for discounted/on sale products, but I need to change the font size of the “SOLD OUT” sign. Could you please help?
Hello,
Please provide the link to the page with the product.
Best Regards
Hello,
Unfortunately, the phrase is to long and it is not possible to change it with CSS, I try and only 6px make the phrase one line, but it becomes not readable. I provide the code, you can try it on your own.
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rounded .out-of-stock {
font-size:10px;
}
Best Regards