Woocommerce Product Image Background

Hi Friends!
I can’t find a way to make the image’s background transparent.

Please see attached image. We need the wihite color to be transparent.

Thank you very much in advance.
Sebastian

Hey Sebastian,

It’s because the entry-featured has a white background defined in the stack CSS. You can override that for all WooCommerce pages by adding this code in Theme Options > CSS.

.woocommerce .entry-featured {
    background-color: transparent;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.