• Resolved jorgecerme09

    (@jorgecerme09)


    I tried with css (color:transparent, background-image:myicons) but it doesn′t work as I want. Thank you for your plugin!!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Joris van Montfort

    (@jorisvanmontfort)

    Hi, I think this just comes down to basic css knowlegde.
    To hide the current icon you will have to use:

    
    .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:before {
      display: none;
    }
    

    Also you will have to add some width and height to the icon span to make sure your background image apears. For example:

    
    .single-product .product .summary .jvm_add_to_wishlist .jvm_add_to_wishlist_heart {
      width: 24px;
      height: 24px;
    }
    

    If you send me a link to the website you are working on I will have a look.

    Kind regards, Joris

Viewing 1 replies (of 1 total)
  • The topic ‘How can I change the icons?’ is closed to new replies.