Home Forums Basel support forum Font size / wrapping change for sold out/sale badges on products

Font size / wrapping change for sold out/sale badges on products

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #139586

    mishrenee
    Participant

    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.
    #139666

    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

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