Home › Forums › WoodMart support forum › Label text properties › Reply To: Label text properties
November 28, 2019 at 1:57 pm
#159670
Aizaz Imtiaz Awan
Keymaster
Hello,
It is not possible to display the sold out label “SIN STOCK” in two different lines because the words are inside a span tag.
So If we increase the font size from 10 to 15 then the last two letters “CK” goes to the next line and also the shape of the div is disturbed. You can use this CSS code in global custom CSS area under theme settings >> custom CSS and check the results:
.labels-rounded .out-of-stock {
max-width: 50px;
font-size: 15px;
}
Screenshot for clarification: https://jmp.sh/c3fGCs0
So, it requires customization to but a
in that label. Its better to use the “Sold Out” word because it used 4 letters first and then 3 letters in second word which area easily fit.
Best Regards.