I don’t know why the notice color is by default black and white, which to be honest looks very weird with my theme primary color. I have changed the Woocommerce Cart update notice using the hook .woocommerce-message which was also by default black and white with my Astra theme. I am using the default Additional CSS option in the theme customizer to add the snippets. I want the notice to stand out, so that it catches people’s attention.
So, as per as I can understand the code will be
.woocommerce-info {
background-color: #FF0000;
color: #FFFFFF;
}
R8?