Home Forums WoodMart support forum how can I hide this ?

how can I hide this ?

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

    chutipao27
    Participant

    would you please tell me how to hide this ?

    always thanks for your world class support

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

    Hello,

    You can hide these icons globally from Theme Settings > Shop > Wishlist, Compare, Quick view.

    But if you want to hide it only from the product grid on hover, try to add the following custom css code in Theme Settings > Custom CSS.

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

    Best Regards,

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