Home Forums WoodMart support forum Disable hover effect on products grid

Disable hover effect on products grid

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

    hooman
    Participant

    Hello,

    I want disable hover effect on products grid (full info on image).
    how can I do with css?

    thanks

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .product-grid-item .product-element-top:hover .hover-img {
        transform: none !important;
        -webkit-transform: none;
    }
    
    body .product-grid-item .hover-img {
        display: none;
    }

    Regards.
    Xtemos Studios.

    #256955

    hooman
    Participant

    hi. dos not work. check again the website please

    #256959

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-hover-info .bottom-information {
        transform: none;
    }
    
    .woodmart-hover-info .swatches-on-grid {
        opacity: 1;
    }

    Best Regards.

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