• I upgraded to the new React option and changed the icons to my theme style and they are displaying correctly on the catalogue on the left, however the old-style Add to Wishlist icons and text are still showing on the right-hand side as well, and I don’t know how to get rid of it.

    It does disappear when I disable the plugin, so it’s something that is still present on the plugin after the upgrade.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    thanks for contacting us.

    That’s probably due to Flatsome, which has customizations on our plugin. You can remove the icon on the right by adding the following CSS under Appearance > Customize > Additional CSS: .image-tools

    .image-tools .wishlist-icon {
    display: none !important;
    }

    Could you check it, please?

    Best regards.

    .image-tools .wishlist-icon {  display: none !important;}

    did not fix the issue, still having 2 hearts

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello @rodge979 ,
    thanks for contacting us.

    Please open a specific support topic for your case, providing us with the URL of your site for verification.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.