Wishlist heart always visible - by Marta Iraola

This topic has 4 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler

  • Avatar: Marta Iraola
    Marta Iraola
    Participant
    September 28, 2018 at 09:39

    Hello,

    I have made some CSS changes to the heart icon that appears over the product image when you are in a shop page. I would like to make it always visible, not only when you hover the image. Do you know how to do it?

    Thank you!

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2018 at 09:58

    Hello,

    .product-image-wrapper .footer-product {
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .product-image-wrapper .footer-product .yith-wcwl-add-to-wishlist {
        margin-top: -5px;
    }

    Regards

    Avatar: Marta Iraola
    Marta Iraola
    Participant
    September 28, 2018 at 10:05

    Hello Rose,

    Works like a charm!

    Thank you for the quick answer!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2018 at 10:07

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Wishlist heart always visible’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.