• Resolved aggelospao13

    (@aggelospao13)


    My site is under const. i like to change the heart inside which is white to red colour, Only the heart..Any suggestion?

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

Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi,

    You can use the below CSS code snippet to alter the wishlist icon. You may change the URL in the double quotes and use the URL of the image that you want to use instead of default and copy the snippet to your theme’s CSS file.

    .webtoffee_wishlist,.webtoffee_wishlist:hover {
       background-image: url("../images/unfavourite.png");
    }
    .webtoffee_wishlist_remove,.webtoffee_wishlist_remove:hover {
      background-image: url("../images/favourite.png");
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change the colour inside of heart’ is closed to new replies.