Home Forums WoodMart support forum Remove cart icons

Remove cart icons

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

    sl55hansen
    Participant

    How do i remove the green cart icons on the products on mobile?
    Please see screenshot.

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

    Hello,

    The code below will help you to hide the “Add to cart” button on the archive page. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS > Custom CSS for mobile.

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

    Best Regards,

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