Home Forums WoodMart support forum Sale label background

Sale label background

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

    Rachid
    Participant

    Hi there,

    how can I change the sale label background to red?

    Thank you

    #272093

    Hello,

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

    .onsale.product-label {
        background: red;
    }

    Regards.
    Xtemos Studios

    #272130

    Rachid
    Participant

    Thank you so much! this has worked 🙂

    I have another request:

    how can I make all the label of the website with:
    – font-size 14px
    – font-weight: 800

    #272264

    Hello,

    You are Most Welcome.

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

    .product-labels.labels-rectangular > span {
        font-size: 14px;
        font-weight: 800;
    }

    Best Regards.

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