A field needs a background on product page
-
AnonymousInactive
Hi
I just see this problem : when a visitor clicks to put a product in the basket, a message appears to confirm the product has been added. BUT, there is no background color in the field under this message. So, a lot of people don’t see it. Is there some CSS I can add to change this ?
Here is a capture to show the problem

Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.single-product.header-full-width .woocommerce-message {
background: white;
}
Regards
AnonymousInactive
The topic ‘A field needs a background on product page’ is closed to new replies.