Home Forums WoodMart support forum how can I disable this feature?

how can I disable this feature?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #399023

    woodhep
    Participant

    When I hover over the “add to cart” button on the products, I don’t want the “cart” icon to appear.

    I don’t want the cart icon to appear when the mouse hovers over the add to cart button, how can I disable this feature?

    https://www.hizliresim.com/53lc9k6

    https://www.hizliresim.com/cca37pf

    #399063

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to disable this functionality, please enter it into the “Custom CSS for desktop” area in Theme Settings -> Custom CSS.

    .product-grid-item .wd-add-btn-replace .add-to-cart-loop:before {
        content: " ";
    }
    
    .product-grid-item .wd-add-btn-replace .add-to-cart-loop:hover span {
        transform: unset;
    }

    If you have any other questions or concerns, please do not hesitate to reach out, I’d love to help!

    Kind Regards

Tagged: 

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