Home Forums WoodMart support forum how to change the view of out of stock of products

how to change the view of out of stock of products

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

    prashanthb
    Participant

    How to change the text of sold out(as shown on image) to red, or how to change the style of out of stock products like showing it as “X” mark overlay or showing it as grey colour and showing out of stock

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

    Hello,

    I saw the screenshot you attached.

    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: green;
    	color: red;
    }

    You can change the background color and text color according to your needs.

    Regards.
    Xtemos Studios.

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