Home Forums WoodMart support forum Enlarge percentage label

Enlarge percentage label

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

    MatoZato
    Participant

    Hello.

    Please, can i enlarge percentage label?

    Thank you very much.

    #378322

    Luke Nielsen
    Keymaster

    Hello,

    With the help of the below custom CSS, you can a little bit enlarge the sale label.

    .product-grid-item .product-labels .onsale {
        padding: 7px 15px;
        font-size: 16px;
    }

    Also, you can make the size for yourself by changing the padding and font-size values.

    Hopefully, this helps. Please let us know if there’s anything else we can help you with.

    Kind Regards

    #378514

    MatoZato
    Participant

    Okay its workin.

    And please, how can i enlarge Sold Out label?

    Thank you very much.

    #378599

    Luke Nielsen
    Keymaster

    Hello,

    The below code is for increasing the “Sold out” label on the shop page.

    .product-grid-item .product-labels .out-of-stock {
        padding: 9px 15px;
        font-size: 16px;
    }

    Thank you for your patience and understanding. As always, if you have any questions or issues, please let us know.

    Kind Regards

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