Home Forums WoodMart support forum Alert message

Alert message

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

    Peter Laursen
    Participant

    Hi,

    How to change the Alert message (ex in cart) font colour AND background colour?

    #151682

    Hello,

    If you want to customize the alert message shown in the screenshot: https://jmp.sh/OIT7M10

    Then it is not possible because those alert comes with WooCommerce and it can’t be changed in our theme scope.

    In case if you pointing some other alert messages, then share the screenshot so I can provide you custom CSS accordingly.

    Best Regards.

    #152003

    Peter Laursen
    Participant

    Hi,

    No not those.

    I have attached a screen shot. It is the Alerts that shows in basket/cart when product is added. I also have an “alert” with “woocommerce rewards and points”.

    You can see both i attached picture.

    I would really like to change background and font color.

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

    Hello,

    Our theme does not have option to change WooCommerce notification styles. We can suggest you custom CSS. Please add this code to the Theme Settings > Custom CSS > Global:

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

    Set the color and size as per your needs.

    Best Regards.

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