Home Forums WoodMart support forum How to personalize these orange signage signs?

How to personalize these orange signage signs?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #192520

    dami_re
    Participant

    Hello ! How to personalize these orange signage signs? I would like to change the color. Thank you

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

    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

Tagged: 

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