• Hi – Currently, when a product has been added to the wishlist the “heart” icon is solid yellow. I cant seem to find anywhere to change this? I’ve looked in Theme Colours and also in the plugin settings itself but cant find anywhere to specify this. Could you please let me know how to change the “heart” icon to #fb093c. Many thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    Please, try to add the following CSS rules to Additional CSS section of your theme customizer (WP Dashboard -> Appearance -> Customize)

    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
        color: #fb093c;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Added To WishList Icon Colour’ is closed to new replies.