Home New Guten Forums WoodMart support forum Woodmart products hover effect

Woodmart products hover effect

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #666201

    uamassimo
    Participant

    In the elementor products widget with hover effect. How can I make this effect be present all the time? That is, so that the add to cart button is always displayed? Is it possible to do this without interfering with the code?

    #666257

    Hung Pham
    Keymaster

    Hello uamassimo,

    Thanks for reaching to us.

    To assist you in the best possible manner, I kindly ask that you please provide me screenshots that illustrate the problem to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Best Regards,
    Hung PD

    #666274

    uamassimo
    Participant

    I need this at all time

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

    uamassimo
    Participant

    Not only when hover

    #666315

    Hung Pham
    Keymaster

    Hello uamassimo,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.wd-product.wd-hover-buttons-on-hover .wd-product-footer {
        opacity: 1;
    }
    
    div.wd-product.wd-hover-buttons-on-hover .product-element-bottom {
        margin-bottom: 0;
    }
    
    div.wd-product.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown,.wd-loading)):is(:hover,.wd-variation-active) :is(.product-element-bottom,.wd-product-grid-slider-pagin) {
        transform: none;
    }

    Best Regards,
    Hung PD

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