• Resolved vdmweb

    (@vdmweb)


    How can I make sure that when a product is added to the list the heart changes color?

    • This topic was modified 2 years, 6 months ago by vdmweb.
Viewing 1 replies (of 1 total)
  • Thread Starter vdmweb

    (@vdmweb)

    So solved thanks

    .yith-wcwl-add-to-wishlist i {
    font-family: ‘fontawesome’ !important;
    }

    /*the product is not yet in the wishlist*/
    .yith-wcwl-add-to-wishlist:not(.exists) i {
    color: red;
    }

    /*the product is in the wishlist*/
    .yith-wcwl-add-to-wishlist.exists i {
    color: blue;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘change heart icon color when add to list’ is closed to new replies.