Home Forums WoodMart support forum How to remove hove cart icon from product

How to remove hove cart icon from product

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

    oom_project
    Participant

    Hi,

    How to remove hove cart icon from product shown in the screenshot,

    I am using Theme Settings> Product styles>Hover on product > Tiled

    Thanks

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

    Hello,

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

    .wd-add-btn.wd-action-btn {
    display: none;
    }

    Best Regards

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