Home Forums WoodMart support forum How can I change the swatch shape and position?

How can I change the swatch shape and position?

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

    Hosein Vahhabi
    Participant

    I want to add a out of stock old soldout with stronger attentions.
    and so the shape of hot swatch. How can I do that?

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

    Hello,

    As I understood you want to change the background of the out-of-stock label. If so, please add this Custom CSS to Theme Settings > Custom CSS

    .product-label.out-of-stock {
        background-color: black;
        color: red;
        font-weight: 900;
    }

    Please, replace “red” and “black” with color as per your needs.

    Best Regards

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