Home Forums WoodMart support forum Quick View –> View Details

Quick View –> View Details

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

    Victor C.
    Participant

    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

    #29036

    Artem Temos
    Keymaster

    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

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