quick view, hover, compare in the Mobile version
-
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
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.