Home Forums WoodMart support forum Delete hover effect shop page

Delete hover effect shop page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #269569

    koenzwaan
    Participant

    Hi guys,

    I would like to delete the hover effect on the shop page grid.

    I noticed when i put the tilled style version i don’t have the hover effect. But i dont like that style i would like to have no hover on the other styles.

    Is this possible?

    #269623

    Hello,

    Please set the design on hover and I will provide custom CSS, I am checking your shop page and I do not see any hover now. Please clarify.

    Best Regards

    #269624

    koenzwaan
    Participant

    I have enclosed an images that shows the hover i would like to remove.

    #269626

    koenzwaan
    Participant

    I have enclosed an images that shows the hover i would like to remove.

    Attachments:
    You must be logged in to view attached files.
    #269699

    Hello,

    Please clear your browser cache and check again, when I hover a product, nothing happens: https://gyazo.com/06ed83c67eddea4f66c1f66e9fa73b45

    Best Regards

    #271161

    koenzwaan
    Participant

    Hi please check again, it was a css problem on our end. Now you will see it again.

    Please provide me custom css

    #271198

    Hello,

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

    body .woodmart-hover-base.hover-ready.state-hover .product-wrapper, 
    body .woodmart-hover-base.hover-ready:hover .product-wrapper {
       -webkit-transform: none; 
        transform: none;
    }
    
    body .woodmart-hover-base .content-product-imagin {
        box-shadow: none; 
        -webkit-transform: none;
    }

    Best Regards

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