Home Forums WoodMart support forum Where can I change the background color of this error message

Where can I change the background color of this error message

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #240860

    Wlonka
    Participant

    The one that appears when mandatory fields are not filled out.

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

    Hello,

    You can find the option in the Theme Settings > Styles and colors > Error Messages tab.

    Best Regards

    #240975

    Wlonka
    Participant

    I am sorry but there is no such field (Error Message Tab) in all of those subcategories or maybe I just can´t find It could you show it to me with a screenshot

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

    Hello,

    Sorry, you should change the colors in the Notice section.

    Best Regards

    #241118

    Wlonka
    Participant

    I am sorry but I went through all the settings and the colour used to highlight the pointed out sections isn´t appearing anywhere and I would like to know where to change it.

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

    Hello,

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

    body .woocommerce-message{
    background-color:white;
    color:#000000;
    }
    body .woocommerce-info{
    background-color:white;
    color:#000000;
    }
    body .woocommerce-error{
    background-color:white;
    color:#000000;
    }
    body .wpcf7-mail-sent-ok{
    background-color:white;
    font-size:12px;
    }
    body div.wpcf7-validation-errors{
    background-color:white;
    color:#000000;
    }
    body .mc4wp-success,
    body .mc4wp-error{
    background-color:white;
    color:#000000;
    }

    Set the colors as per your needs.

    Best Regards

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