Comments 2CigdemGD started the conversationDecember 17, 2019 at 6:22amHi; 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] repliedDecember 17, 2019 at 8:33amHi 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! Sign in to reply ...
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!
Hi CigdemGD,
Please add the code below to your Custom CSS area:
Have a nice day!