• Is there a way to get the zoomed/magnified images to not have the white background? The images are transparent background by default but then it shows a white background when zoomed

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

Viewing 1 replies (of 1 total)
  • Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hello there,
    I’m sorry… to use the white background color is CSS property of WooCommerce. Your can force this rule to match your desidered background color with the following Additional CSS rule:

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg?{
    background: #000 !important;
    }

    I will take care to include a definitive rule that will match automatically the site background in future Wonder releases. Thanks for your kind reporting ??

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.