Home Forums WoodMart support forum How do I change color in cart page?

How do I change color in cart page?

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

    safetyground
    Participant

    Hi.

    In cart page, How do I change color notification bar top & bottom?

    Thank you.

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

    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 2 posts - 1 through 2 (of 2 total)