Category widget view modification - by a4ashan

This topic has 8 replies, 3 voices, and was last updated 2 years, 5 months ago ago by Olga Barlow

  • Avatar: a4ashan
    a4ashan
    Participant
    October 26, 2021 at 11:20

    Could you please help me with below modifications.

    1. Heart icon is repeating. How to modify it. (Please refer to the image link below)
    2. I’m using WCMP. I have enabled Sold by visibility. But I need to show only in Cart and checkout pages. How to hide it in Single prodocut page, quick view and category widgets.

    https://ibb.co/ySbwTr1

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2021 at 12:24

    Hello,

    1/ Try to use the next custom CSS code (Theme Options > Theme custom CSS):

    .content-product .product-details .yith-wcwl-add-to-wishlist {
        display: none;
    }

    2/

    .content-product .by-vendor-name-link {
        display: none !important;
    }

    Regards

    Avatar: a4ashan
    a4ashan
    Participant
    October 26, 2021 at 13:41

    2. worked well. thank you.

    1. Your code hides one add to wishlist button. But I’m still struggling with the styling. It doesn’t align properly.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2021 at 13:50

    You’re welcome!
    Describe the desired result in more detail, please.

    Regards

    Avatar: a4ashan
    a4ashan
    Participant
    October 26, 2021 at 13:56

    Add to wishlist button is not aligning.

    please refer to the screenshot link.

    https://snipboard.io/YeBtAl.jpg

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 26, 2021 at 16:47

    Hello,

    Where do you want to show it? Provide a screenshot of the place where you want to show the wishlist button.

    Regars

    Avatar: a4ashan
    a4ashan
    Participant
    October 27, 2021 at 11:37

    Hi Olga,

    Can we have the wishlist button next to the cart button? Please refer to the screenshot.
    https://snipboard.io/gHZLAB.jpg

    And now the wishlist is visible on hover only. Can we disable the hover effect on it and make it still?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 27, 2021 at 14:09

    Hello,

    We don’t have option to show the wishlist icon next to the add to cart button. It requires additional customization. You can submit customization request here.

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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