Home Forums WoodMart support forum Label text properties

Label text properties

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #159497

    TigoVape
    Participant

    Hi,
    I’m trying to edit the text inside the “sold out” label.
    Currently is like this: https://prnt.sc/q304t7

    I want the first word to be complete on the top line, and the second word on the bottom line.
    How can i force a line break?

    Thanks in advance.

    #159546

    Hello,

    Kindly share the page URL of that product which contains the sold out label so I can provide you solution accordingly.

    Because currently almost none of your products is displaying that label.

    Best Regards.

    #159643

    TigoVape
    Participant

    Thanks for the response.

    You can see it here, the one to the right.

    #159670

    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.

    #159692

    TigoVape
    Participant

    Thanks for the reply.
    I cannot use “Sold out”, because that’s not our language.

    Another option for us, is to use a squared label, with the word on it, at full width.

    How can we transform this label to squared corners?
    Thanks in advance.

    #159703

    TigoVape
    Participant

    I already found the option for squared labels on the Shop section.

    Thanks.

    #159790

    Most Welcome,

    Yes, you can choose the Rectangular shape from Theme Settings >>Shop >> PRODUCT LABELS >> Label Shape.

    Screenshot for clarification: https://jmp.sh/wreDvqY

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Label text properties’ is closed to new replies.