Home Forums WoodMart support forum How change label colours?

How change label colours?

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

    andreameini
    Participant

    Can you explain how can i change the colour of all label?

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

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .product-label.onsale {
    	background-color: blue;
    }
    
    .product-label.featured {
    	background-color: red;
    }
    
    .product-label.new {
    	background-color: orange;
    }

    Kind Regards
    XTemos Studio

    #372182

    niwo
    Participant

    Hi,

    I couldn’t find these settings within the theme settings.
    Is this not included? If that’s the case, why is that?
    It makes sense to have those options in label-style settings. 🙂

    Regards

    #372402

    Bogdan Donovan
    Keymaster

    Hi,

    We will consider this as a feature request for our updates, but for now, you can use custom code from this reply.

    Kind Regards

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