zoom pic

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

    yektadg
    Participant

    Hi, in the demo linked below, when I hover over the category section with the mouse, the image zooms in. How can I remove this hover effect so the image doesn’t zoom?
    https://woodmart.xtemos.com/demo-retail/demo/retail/

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

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below for help:

    .category-grid-item:hover .wd-cat-image {
        transform: unset;
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

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