This topic has 8 replies, 3 voices, and was last updated 3 years ago ago by Olga Barlow
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.
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
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.
You’re welcome!
Describe the desired result in more detail, please.
Regards
Add to wishlist button is not aligning.
please refer to the screenshot link.
Hello,
Where do you want to show it? Provide a screenshot of the place where you want to show the wishlist button.
Regars
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?
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
Tagged: category, modification, themes, view, widget, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up