Home Forums WoodMart support forum How to change font size for SOLD OUT icon text ?

How to change font size for SOLD OUT icon text ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #287157

    LivaR
    Participant

    In English SOLD OUT looks good (in 2 rows), but when I translate ti local language it looks awful. Can you please help, can I change the size of SOLD OUT text? I my language it’s one word – IZPÄ€RDOTS

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

    Hello,

    You will need to make the font size smaller:

    body .labels-rounded .onsale { 
    color:#ffffff; 
    background-color:#000000; 
    font-size:12px; 
    } 
    

    Best Regards

    #287573

    LivaR
    Participant

    Hi! With this code I can change font size for discounted/on sale products, but I need to change the font size of the “SOLD OUT” sign. Could you please help?

    #287749

    Hello,

    Please provide the link to the page with the product.

    Best Regards

    #287827

    LivaR
    Participant
    #287871

    Hello,

    Unfortunately, the phrase is to long and it is not possible to change it with CSS, I try and only 6px make the phrase one line, but it becomes not readable. I provide the code, you can try it on your own.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .labels-rounded .out-of-stock { 
    font-size:10px; 
    } 

    Best Regards

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