Home Forums WoodMart support forum How to change background color for Label ?

How to change background color for Label ?

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

    m2p76
    Participant

    Hi !
    I need help , how can i change background color for label “new” on a product ?

    Please find attached a screenshot.

    Thank you for your help

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

    Hello,

    Please provide the page URL with this label.

    Do you mean the label in the editing mode? How can I see it? Should I hover over the element? Which one?

    Best Regards

    #342838

    m2p76
    Participant

    Hello ,
    Thank you for your quick reply. No it’s not in the editing mode. Please check the website link. It’s in the live version. Actually the background color for the “new” label is green , i would like to change it to another color

    #342978

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-label.new {
        background-color: red;
    }

    Please change the color as per your needs replacing “red”

    Best Regards

Tagged: 

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