Home Forums WoodMart support forum quick view, hover, compare in the Mobile version

quick view, hover, compare in the Mobile version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #204341

    opticienvp
    Participant

    Hi,

    In the mobile version, there’s no compare, quick view in the product.
    and the hover for the image changing also doesnt work

    How can i solve this issue?

    Thank you

    #204443

    Hello,

    Quick view and compare buttons are not visible for most of the product styles for mobile that’s why they are not visible on mobile.

    If you still want to display them on mobile then you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-buttons .wd-compare-btn, .woodmart-buttons .wd-quick-view-btn {
    display: block;
    }

    And the hover element doesn’t work for the mobile, it’s the default functionality.

    Best Regards.

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