Hi,
I want to change the error dialogue’s color to something else as it’s blue by default, i tried custom CSS but it didn’t work idk why, here’s the code i used:
.woocommerce-error {
color: #f3e500;
background-color: #232323 !important;
border: 1px solid #232323;
}
i want to set this to the complete website error message. Thanks alot