Home Forums WoodMart support forum How to change the size of the the sold out

How to change the size of the the sold out

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

    Rrachtt
    Participant

    How to change the size of the the sold out Button or style of ‘sold out ‘shown style

    Can it be bigger sizes

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

    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;
        font-size: 20px;
    }

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

    Regards.
    Xtemos Studios.

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