Home Forums WoodMart support forum Delete cart icon in product categories

Delete cart icon in product categories

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

    pixel
    Participant

    We want to remove this icon from here. How can we do that

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

    Luke Nielsen
    Keymaster

    Hello,

    In order to remove the icon from the button, please enter the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

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

    I’d be happy to assist if you have any other questions or concerns.

    Kind Regards

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