Hello,
Please add the following custom CSS code under Theme Settings > Custom CSS:
.woocommerce-notices-wrapper,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
display: flex !important;
justify-content: center;
align-items: center;
flex-direction: column;
width: 80%;
}
.wd-notice.wd-warning,
.woocommerce-error,
.woocommerce-info {
background-color: #cceeff !important;
color: #000000 !important;
}
.wd-notice.wd-success, .wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message {
background-color: #070707;
color: white;
}
Best Regards,