Home Forums WoodMart support forum Useless Hovers

Useless Hovers

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #285639

    pierredemeudon
    Participant

    Hi,
    I have hovers on products grid -woocommerce-!
    https://snipboard.io/MH6wax.jpg
    It’s polluting the products view and a useless code.
    How to withdraw that?
    Kind regards

    #285693

    Hello,

    Your question is not clear enough. Please describe how you except it should work.

    Best Regards

    #285760

    pierredemeudon
    Participant

    Hello,
    Sorry.
    How can I get a shop product grid without hover, with the product 100% visible and not partly hidden?
    https://snipboard.io/ZIuFRM.jpg
    on desktop, there is space. On mobile, space is scarce, and the product must be totally visible.
    Kind regards

    #286087

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .product-element-top:hover .hover-img {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    Best Regards

Tagged: 

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