Home Forums WoodMart support forum Hover Images

Hover Images

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #632317

    accounts-1767
    Participant

    Hello, i have a request regarding the image hover. As of now, the image hover for the categories carousel on my website, the second section on the site(see screenshot below for reference) makes it so that the image zoom in on hover. i would like the whole image to zoom in along with the “borders” so the image isn’t cut on hover. the log in details are below, or you can explain to me how i can fix it myself. thank you!

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

    Luke Nielsen
    Keymaster

    Hello,

    You can make a weaker hover through the code below:

    .category-grid-item:hover .category-image {
        transform: scale3d(1.01, 1.01, 1);
    }

    Kind Regards

    #633170

    accounts-1767
    Participant

    Hi, Luke, thank you for your help, but I’m not sure you understood me correctly. I’ve attached two screenshots below. the first one is how the image looks normally, and the second one in on hover. what I meant was, when I hover over the image I want the whole thing to zoom, not only the image inside the borders, because that cuts it off.(you can see that the shoulde is cut out for example in the case of the screenshots. thank you for your help, login info are below, or you can tell me how to fix it

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

    Luke Nielsen
    Keymaster

    Hello,

    In this case, try to use the below custom:

    .categ-img .category-grid-item.cat-design-default .wrapp-category,
    .categ-img .category-grid-item.cat-design-default .category-image-wrapp {
        overflow: unset;
    }

    Define it in Theme Settings -> Custom CSS -> Desktop CSS area. Then clear the cache and check how it works.

    Kind Regards

    #633592

    accounts-1767
    Participant

    Hello, just pasted the code(even with !important), but the issue still persists. thank you for your help, i’ve attached a screenshot with the css down below.

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

    Luke Nielsen
    Keymaster

    Hello,

    Close this https://prnt.sc/gHCIBrMgVLbv selector to activate all codes below.

    Kind Regards

    #633624

    accounts-1767
    Participant

    dumb mistake, my bad… thank you very much for the support

    #633764

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

Tagged: 

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

The topic ‘Hover Images’ is closed to new replies.