Good evening everyone, thank you for giving me a hand on this question to which I cannot find a solution. Working on woocommerce I need that the product carousel that normally runs on the home page shows one image and when you click on it, it shows the second. So far no problem, the problem comes from the moment I need the two images to be reversed. I need the second image to be seen instead of the first and with the hover to see the first instead of the second. This without changing the ordering of the images within the product sheet. Let's say that if the product sheet has the images ordered like this: A-B-C-D preview on the carousel I will have to see: B- (hover A) -C-D. Is it possible via css, javascript or do I just have to use a system other than the standard carousel? Thank you so much to all of you