Home Forums WoodMart support forum I need your help

I need your help

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

    Roxana
    Participant

    Hello. I need your help.

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

    Hello,

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

    .wd-hover-base .fade-in-block {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    
    .wd-hover-base .product-information {
        background: white;
    }

    Best Regards

    #330787

    Roxana
    Participant

    Hello, this doesn’t solve all of my problem, it solves 70% of it. I need the products to stay in place not to zoom in when i hover the cursor over it. I Need it to be static just like a picture. I want it to be the same even when i hover with the cursor over it without animations.If you can help me with this issue i would be thankfull. Thank you and have a great day.

    #330982

    Hello,

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

    .wd-hover-base.hover-ready:hover .content-product-imagin, .wd-hover-base.hover-ready.state-hover .content-product-imagin {
        visibility: hidden;
    }

    Best Regards

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