• Resolved steved2002

    (@steved2002)


    I was just putting some products back in stock this morning and noticed some of the Woocommerce products the images have red backgrounds, has there been an update? How to fix this problem?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have this in your CSS:

    img[data-dominant-color]:not(.has-transparency) {
    background-color: var(--dominant-color)
    }

    Is there a setting in your theme to change this?

    Thread Starter steved2002

    (@steved2002)

    Thanks for your reply, i dont know i will have to have a look, its not the only problem we have had, the website product inventory was also turned off we haven’t touched the website

    Thread Starter steved2002

    (@steved2002)

    Would you know where to look for it, is the code attached to a particular page or plugin?

    It’s not coming from WooCommerce itself – I would think it’s something the theme has added.

    you could try add this to the Custom CSS box in Appearance-Customize:

    img[data-dominant-color]:not(.has-transparency) {
    background-color: #ffffff;
    }

    that should turn it white.

    Thread Starter steved2002

    (@steved2002)

    I’m just in the process of downloading the website files I’m going to search for that code that you gave me earlier to find out where it is to get a better idea of what the problem is

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Product Images Red Background’ is closed to new replies.