Home › Forums › Basel support forum › Woocommerce messages changing color? › Reply To: Woocommerce messages changing color?
August 28, 2017 at 6:39 am
#18217
Bogdan Donovan
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .woocommerce-info {
color: #000; /* Change text color */
border-color: #000; /* Change border color */
}
Regards