Font size / wrapping change for sold out/sale badges on products
-
Hi, could you please provide some advice on the best way to adjust the badges on products that have text wrapping issues? Please see attached screenshot showing “Sold Out” breaking in the middle of “Sold” when using the circle badge on products – happy to reduce font size to make this fit, but unable to find the typography customisation option for that particular element. Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rounded .out-of-stock {
max-width: 50px;
font-size: 10px;
}
Best Regards