Home Forums WoodMart support forum Customize color for attribute badge

Customize color for attribute badge

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

    silbang
    Participant

    Hi, I can’t figure out how to change the color of the attribute shown below.

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

    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.

    For Sold Out:

    .product-label.out-of-stock {
    	background-color: #000000;
    }

    For the Other label:

    .product-label.attribute-label:not(.label-with-img) {
    	background-color: red;
    }

    Regard’s.
    Xtemos Studios.

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