Fix for Load More Products for WooCommerce
-
Simple code:
ul.products li.product:hover img:nth-child(1) {opacity: 0;}
ul.products li.product:hover img:nth-child(2) {display: block; opacity: 1 !important;}or:
ul.products li.product:hover img:nth-child(1) {opacity: 1;}
ul.products li.product:hover img:nth-child(2) {display: block; opacity: 1 !important;}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fix for Load More Products for WooCommerce’ is closed to new replies.