Hi,
Please check:
https://prnt.sc/noRHMYB4THRY
The green background should be >> #CB9F2C
The text should be >> #003D1D
The button should be https://prnt.sc/PgXJ1EBCe4LA >> #8A0304 & text white + when you hover over the button the text should be #CB9F2C
Thanks for support!
Hey mvanstee,
Please try the following in Quick CSS under Enfold->General Styling:
#top div.woocommerce-message {
background-color: #CB9F2C;
}
#top div div.woocommerce-message a.button {
background: #8A0304;
}
#top div div.woocommerce-message a.button:hover {
color: #CB9F2C;
}
Best regards,
Rikard
Thnx! Works well :-)