Okay
  Public Ticket #2245588
how to change WooCommerce messages?
Closed

Comments

  •  2
    CigdemGD started the conversation

    Hi;

    We edited these, but get messages in green everywhere else. 
    (.woocommerce-message .woocommerce-error)

    How should it be done to get all the messages in the same color?

    Thank you very much!

  • [deleted] replied

    Hi CigdemGD,

    Please add the code below to your Custom CSS area:

    .woocommerce-message {
        background-color: #0f85bd !important;
        box-shadow: 0 0 0 6px #0f85bd !important;
    }

    Have a nice day!