• Resolved idontknowwp

    (@idontknowwp)


    THe .woocommerce-product-gallery__wrapper selector as a “transition” property set to “opacity” and has a value of 0.3s (with an “easy-in-out”) that is causing a “fading” effect on the images from all the product pages on a site.

    I would like to remove that property but I can′t seem to find where to implement this.

    Thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @idontknowwp!

    You can add the following CSS code to your site’s Appearance → Customize → Additional CSS area to remove that effect.

    .woocommerce-product-gallery__wrapper{
    transition: none;
    }

    You may know more about CSS transition from this page. → https://www.w3schools.com/css/css3_transitions.asp

    If you want further help on this then please share the URL of the related page with us.

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful.

    If you have further questions, please feel free to open a new topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issues with the .woocommerce-product-gallery__wrapper’ is closed to new replies.