Home New Guten Forums WoodMart support forum I need to change the color of the word sold out

I need to change the color of the word sold out

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

    audio sound web
    Participant

    Hello, I need to change the color of the word sold out (white). I am attaching a photo below. Ideally, this change applies to any product.

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    p.stock.out-of-stock {
        color: white;
    }

    Best Regards

    #370946

    audio sound web
    Participant

    Hola, thanks a lot. I have another question… I need to change this Sould Out element (attached photo).

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

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-label.out-of-stock {
    background-color: red;
    color: white;
    }

    Best Regards

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