product image on shop page
-
Hello there,
in the mobile, on the shop page, the 2nd image doesnt display when we hover on the product. it works correctly on the desktop, but not on the mobile.
Thank you
Hello,
On mobile devices, the second image on hover is disabled because mobile devices don’t have an event like hover, so it works on the desktop only.
Kind Regards
We were on basel before, and it was working even in mobile, like when we scroll, if we touch a product the second image display.
Hello,
In order to enable the second image on hover, try to add custom CSS in Theme Settings -> Custom CSS -> enter the code below to “Custom CSS for mobile”
.product-grid-item .hover-img {
display: flex;
}
Kind Regards
Hello,
We are glad that your issue has been resolved.
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future.
Have a wonderful day.
Kind Regards
The topic ‘product image on shop page’ is closed to new replies.