Home Forums WoodMart support forum how to change label colour

how to change label colour

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #89824

    Mario2020
    Participant

    Hello,

    1. How to change label colour from green to black (image attached no.1)?
    2. Sometimes on the bootom on the page we have some notifications – do we can change the colour of this notification for black background and white fonts (2 image attached 2)?

    Best Regards

    Mariusz

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

    Hello,

    It is possible to change with Custom CSS, please provide the password for viewing the front-end.

    Best Regards

    #89852

    Mario2020
    Participant

    Hello,

    I sent the passwords.

    Regards

    #89866

    Mario2020
    Participant

    Hello,

    I sent password above..

    Regards

    #89868

    Hello,

    Please add this code to the Theme settings > Custom CSS > Global

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

    Replace the “red” with the color as per your need.

    Best Regards

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