Home Forums WoodMart support forum product image on shop page

product image on shop page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #324745

    badr
    Participant

    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

    #324832

    Luke Nielsen
    Keymaster

    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

    #324876

    badr
    Participant

    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.

    #325077

    Luke Nielsen
    Keymaster

    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

    #325139

    badr
    Participant

    perfect thanks !

    #325212

    Luke Nielsen
    Keymaster

    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

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘product image on shop page’ is closed to new replies.