Quick View –> View Details
-
Hello
Quick question:
How can I enable the VIEW DETAILS during quick view?
In mobile the only way to display VIEW DETAILS is when clicking in the image, but in your demo the VIEW DETAILS is showed below the image without clicking in the picture.
This is my site for your reference: http://www.tiendaorganicalaurel.com
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
div.popup-quick-view .product-images .view-details-btn {
transform: none;
-webkit-transform: none;
}
Regards