Home Forums WoodMart support forum removing the option when hovering on a product from the home page

removing the option when hovering on a product from the home page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #297860

    guyyug
    Participant

    I would like to remove the animation when hovering on a product from the home page.
    I just want it to be static with the price.
    vid attached.

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

    Hello,

    Please provide your site URL, if the site is under construction, please include the credentials in the private area.

    Best Regards

    #297948

    guyyug
    Participant

    In private

    #297972

    Hello,

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

    body .product-grid-item .product-element-top:hover .hover-img {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    Best Regards

    #298215

    guyyug
    Participant

    private

    #298329

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Destop:

    body .wd-hover-alt .swap-wrapp {
        overflow: visible;
        height: auto;
        line-height: 1.4;
    }
    body .wd-hover-alt .swap-elements .price,
    body .wd-hover-alt .swap-elements .wd-add-btn {
        overflow: visible;
        height: auto;
        line-height: inherit;
    }
    body .wd-hover-alt.purchasable:hover .swap-elements,
    body .wd-hover-alt.product-type-grouped:hover .swap-elements {
        -webkit-transform: none;
        transform: none;
    }

    Please remove the code provided before.

    Best Regards

    #298801

    guyyug
    Participant

    Thanks, but I need to remove this option completely from both mobile and desktop. Not just the animation.

    #298845

    Hello,

    Please remove the provided code to the Theme Settings > Custom CSS > Global.

    Best Regards

    #298885

    guyyug
    Participant

    I did. but I still see the options button.

    #299071

    Hello,

    If you want to remove the Add to cart button, please add this code:

    .product-grid-item.wd-hover-alt .wd-add-btn {
    	display: none;
    }

    If you mean something different, please provide the details.

    Best Regards

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