Home Forums WoodMart support forum Sold out label

Sold out label

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

    Esteban AB
    Participant

    When translating ‘Sold Out’ into Spanish, which is ‘Agotado’ the label over the product image becomes narrow. Divides the word into two lines. I share by private the link where it is observed.
    I ‘d tried …

    .product-label.out-of-stock {
    width: 70px;
    }

    in theme settings >> custom CSS but doesn’t work.

    thanks in advance

    #327253

    Hello,

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

    /*product*/
    body .product-images .labels-rounded .out-of-stock {
        min-width: 77px;
        min-height: 77px;
    }
    /*grid*/
    body .labels-rounded .out-of-stock {
        max-width: 79px;
        font-size: 12px;
    }

    Best Regards

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