Home Forums WoodMart support forum Chance product icon on hover

Chance product icon on hover

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

    mak.tsagia
    Participant

    Good evening,

    I would like to ask how I can change the “cart” icon when I hover over the product with some other icon.

    Best regards,
    Tsagiannoudis Ioakeim

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

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-add-btn-replace .add-to-cart-loop:hover:before {
        font-family: "Font Awesome 5 Free";
      content: "\f004"; /* Unicode for heart icon */
    }

    Also, Navigate to Theme Settings > Performance > font & icons > font awesome library “always use”.

    Best Regards.

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