Home Forums WoodMart support forum How to hide add to cart, wishlist… button on mobile

How to hide add to cart, wishlist… button on mobile

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

    manhten
    Participant

    Hi.
    How to hide all button add to cart, wishlist, make it clear on mobile/table?

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

    Hello,

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

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

    Best Regards

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