• Hi there,
    As you know Flatsome theme interfere with Yith Wishlits styles.
    Could you provide an up to date custom code in order to use YITH styles with the latest version of the plugin ? The custom code you provided before does not seem to work properly anymore : for loops, flatsome icon is showing up and an unreadable notice appear on hover, add to wishlist button does not show up on product pages, and in shop pages, both Yith and Flatsome wishlits icons are showing up one over the other.
    Thank you for your help !
    Regards,
    Dylan

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

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

    (@juaancmendez)

    Hello Dylan,
    thanks for contacting us!

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

    body:not(.single-product) .image-tools .wishlist-button {
    display: none !important;
    }

    body:not(.single-product) .image-tools .wishlist-popup {
    opacity: 1 !important;
    max-height: inherit !important;
    margin-top: inherit !important;
    background-color: inherit !important;
    }

    Let us know any news.

    Best regards.

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