Is it possible to change the woocommerce success message background color and font via quick css?
Screenshot attached.
Thank you.
Hey web6s,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
Please change the color and font value to suit your design in the below code.
#top div.woocommerce-message {
border-color: #8BAF5B;
background-color: #E0F1B5;
color: #4F5F39;
font-family: lato;
}
Best regards,
Vinay