Home Forums WoodMart support forum help me please

help me please

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

    youboussama
    Participant

    hello
    how i can hide add to cart icone in product photos in the pc and mobile
    i sent you photos example to understand

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

    Luke Nielsen
    Keymaster

    Hello,

    Please try to add the below code for hiding the button into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

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

    Kind Regards

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