Home Forums WoodMart support forum Remove cart icon and hover effect on product

Remove cart icon and hover effect on product

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

    Quentin
    Participant

    Hello,

    How I can remove cart icon when i hover the product ? Please see the link in private content and the screen shot attached

    Thank you

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

    Hello,

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

    .product-grid-item .wd-add-btn>a:focus span:not(.wd-tooltip-label), .product-grid-item .wd-add-btn>a:hover span:not(.wd-tooltip-label), .wd-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .wd-add-btn>a:focus span:not(.wd-tooltip-label), .wd-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .wd-add-btn>a:hover span:not(.wd-tooltip-label), .wd-hover-button .hover-mask>a:focus span:not(.wd-tooltip-label), .wd-hover-button .hover-mask>a:hover span:not(.wd-tooltip-label), .wd-hover-info-alt .product-actions>a:focus span:not(.wd-tooltip-label), .wd-hover-info-alt .product-actions>a:hover span:not(.wd-tooltip-label), .wd-hover-quick .wd-add-btn>a:focus span:not(.wd-tooltip-label), .wd-hover-quick .wd-add-btn>a:hover span:not(.wd-tooltip-label), .wd-hover-standard .btn-add>a:focus span:not(.wd-tooltip-label), .wd-hover-standard .btn-add>a:hover span:not(.wd-tooltip-label), .wd-price-table .wd-plan-footer .add-to-cart-loop:focus span:not(.wd-tooltip-label), .wd-price-table .wd-plan-footer .add-to-cart-loop:hover span:not(.wd-tooltip-label) {
    transform: none!important;
    }
    .product-grid-item .wd-add-btn>a:before, .wd-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .wd-add-btn>a:before, .wd-hover-button .hover-mask>a:before, .wd-hover-info-alt .product-actions>a:before, .wd-hover-quick .wd-add-btn>a:before, .wd-hover-standard .btn-add>a:before, .wd-price-table .wd-plan-footer .add-to-cart-loop:before {
    content: none!important;
    }

    Best Regards

    #357100

    Quentin
    Participant

    Hello,

    Very nice, thank you !

    On tablet and mobile, how i can remove the black square ?

    Thanks

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

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Custom CSS for Tablet and Mobile area under Theme Settings >> Custom CSS>

    .wd-hover-quick .wd-add-btn {
        display: none;
    }

    Best Regards

    #357242

    Quentin
    Participant

    Hello,

    It’s work, but can i delete this element only on tablet and mobile ?

    Thanks !

    #357339

    Hello,

    You are Most Welcome.

    Please move the CSS i provided to Custom CSS for Mobile and Custom CSS for Tablet area then it will work for only tablet and mobiles.

    Best Regards

    #357432

    Quentin
    Participant

    Hello,

    Okay thank you !

    Have a nice day

    #357434

    Hello,

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Remove cart icon and hover effect on product’ is closed to new replies.