Home Forums WoodMart support forum Please hide the “Add to Cart” button on my mobile store.

Please hide the “Add to Cart” button on my mobile store.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #692693

    owen110293
    Participant

    Please hide the “Add to Cart” button on my mobile store.(I marked it with a thick red line. Please see the picture I sent.)

    #692694

    owen110293
    Participant

    Please check the picture. It seems that uploading the picture file just now failed.

    • This reply was modified 1 week, 5 days ago by owen110293.
    • This reply was modified 1 week, 5 days ago by owen110293.
    Attachments:
    You must be logged in to view attached files.
    #692769

    Hello,

    Add the following custom css code to the “Mobile Custom CSS” area in Theme Settings -> Custom CSS.

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

    Best Regards,

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