• Copy this to your child style.css and change the opacity ease to your liking.

    body.woocommerce:not(.single-product) ul.products li.pif-has-gallery a.woocommerce-loop-product__link [class*="wp-post-image"] {
    	-webkit-transition: opacity 1.5s ease;
    	-o-transition: opacity 1.5s ease;
    	transition: opacity 1.5s ease;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This topic was modified 8 years, 11 months ago by bdbrown.

The topic ‘Edit transition speed “SOLVED”’ is closed to new replies.