Home Forums Basel support forum A field needs a background on product page

A field needs a background on product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16584

    Anonymous
    Inactive

    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

    #16589

    Artem Temos
    Keymaster

    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

    #16591

    Anonymous
    Inactive

    It works great. Thanks !

    #16596

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘A field needs a background on product page’ is closed to new replies.