Home Forums Basel support forum "SOLD OUT" SIGN DESIGN

"SOLD OUT" SIGN DESIGN

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #96285

    Olga
    Participant

    Hello,

    Can you please help me decrease font in “sold out” sign on my goods so that it look okay? Please see screenshot attached.

    I know it might be Woocommerce fault and not your theme, but I’d really appreciate if you help me with this issue.

    Thank you!

    #96294

    Hello,

    Add this code to the Theme settings > Custom CSS

    body .labels-rounded .out-of-stock {
        max-width: 50px;
        font-size: 8px;
    }

    Best Regards

    #96401

    Olga
    Participant

    Thank you!

    It looks nice on desktop now. However, in the mobile version it’s not okay (please see screenshot). Can you please help me make it normal (round sign, “sold” on the first line, “out” on the second line)?

    Thank you very much in advance!

    Attachments:
    You must be logged in to view attached files.
    #96408

    Hello,

    Try to add this code to the Theme settings > Custom CSS > Mobile

    body .labels-rounded .out-of-stock {
        max-width: 50px;
        font-size: 9px;
    }

    Try to change the font-size 10 or 11.

    Best Regards

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