Home › Forums › Basel support forum › How to change the styles of the basket message › Reply To: How to change the styles of the basket message
July 19, 2017 at 12:55 pm
#16614
Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-message,
.wpcf7-mail-sent-ok {
color: #dd3333;
border-color: black;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, div.wpcf7-response-output {
border-width: 1px;
border-style: solid;
font-size: 16px;
}
Regards