Home Forums WoodMart support forum Out of stock label

Out of stock label

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

    vodocentar.rs
    Participant

    Hello,

    What CSS to apply for changing out-of-stock (on my language: “RASPRODATO”) label to look like the picture in the attachment?
    Now is round shape and I want to change it.

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

    Hung Pham
    Keymaster

    Hi vodocentar.rs,

    Thanks for reaching to us.

    Navigate to Theme Settings > Shop > Product labels > and change Label shape to Rectangular https://prnt.sc/fzVpkALdLzeO

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .product-label.out-of-stock {
        border-radius: 10px;
    }

    Regards,

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