• Hi, out of the blue the plug-in shows two hearts instead of one heart. The left one is smaller. How can I remove the first heart? First it worked.

    Do you have some custom CSS where only the first heart will be removed? I only can find CSS that removes both of the hearts.

    Thank you!

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

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

    (@juaancmendez)

    Hello there,
    thanks for contacting us!

    Please try adding the following CSS in Appearance > Customize > Additional CSS:

    .yith-wcwl-add-to-wishlist a:before {
    content: none !important;
    }
    .yith-wcwl-add-to-wishlist a {
    padding: 0 !important;
    }

    Could you check it, please?

    Best regards.

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