Home › Forums › WoodMart support forum › Label Sold Out characters Label Sold Out characters This topic has 5 replies, 2 voices, and was last updated 2 years, 7 months ago by Bogdan Donovan. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 4, 2022 at 8:08 pm #373073 madbrunoParticipant Please see the hidden content Attachments:You must be logged in to view attached files. May 5, 2022 at 9:47 am #373197 Bogdan DonovanKeymaster 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 May 11, 2022 at 9:35 pm #375034 madbrunoParticipant Hi. Please see the links because not worked May 12, 2022 at 9:12 am #375120 Bogdan DonovanKeymaster 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 May 12, 2022 at 6:14 pm #375348 madbrunoParticipant Hi place it text in one line without wrapping May 13, 2022 at 11:21 am #375524 Bogdan DonovanKeymaster Hi, Try to add the following code snippet to the Custom CSS area in Theme Settings. .product-label { white-space: nowrap; } Kind Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register