• Resolved mariiusz

    (@mariiusz)


    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;}

    • This topic was modified 7 years, 8 months ago by mariiusz.
Viewing 1 replies (of 1 total)
  • Plugin Author Hendy Tan

    (@frosdqy)

    Thanks for the suggestion. Support for load more products via AJAX will be added in the next version.

Viewing 1 replies (of 1 total)
  • The topic ‘Fix for Load More Products for WooCommerce’ is closed to new replies.