Home Forums WoodMart support forum Disable Zoom Hover Effect on Categories

Disable Zoom Hover Effect on Categories

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

    [email protected]
    Participant

    Hi there,

    Please can you tell me how to disable the zoom effect on hover on the category links?

    Kind regards,

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

    Luke Nielsen
    Keymaster

    Hello,

    Please try to use the below code for disabling the zoom effect, enter it into the “Custom CSS for desktop” area in Theme Settings -> Custom CSS.

    .home .category-grid-item:hover .category-image {
        transform: none;
    }

    If there’s anything else we can do, please get in touch.

    Kind Regards

    #417925

    [email protected]
    Participant

    That’s worked, thanks a lot!

    Best Wishes

    #417929

    Luke Nielsen
    Keymaster

    Hello,

    Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

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

The topic ‘Disable Zoom Hover Effect on Categories’ is closed to new replies.