• Hi,

    Why does the setting “after product is added to wishlist” make different button classes?
    For Show “View wishlist” link it is:
    class=”wishlist-button button is-outline circle icon wishlist-added”
    and for Show “Remove from list” link it is:
    class=”wishlist-button button is-outline circle icon”

    I added some custom css so the heart will stay red when added to wishlist:
    button.wishlist-button.button.is-outline.circle.icon.wishlist-added {
    background-color: #b20000;
    border-color: #b20000;
    color: #ffffff;
    }

    But it now only works with the setting Show “View wishlist” because of the wishlist-added in the class. I would like to use setting Show “Remove from list”, but that one does not have wishlist-added in the class.
    https://snipboard.io/9MXrz8.jpg
    https://snipboard.io/KVPTSA.jpg

    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,
    we hope you’re doing well!

    We’ve been trying to access your site, but it doesn’t seem to exist, or you may have changed domains. Could you check it, please?

    Reviewing the structure of the HTML you show us, it seems that you are using some theme that modifies the structure of our implementations somewhat, so we would like to review it.

    Let us know any news.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘when added heart color stays red’ is closed to new replies.