Wishlist Button On Quick View Pop
-
Hi
Is there way to have a “Wishlist” option (the heart icon) on the Quick-view pop up (see screenshot)? Right now the user can only Wishlist an item in the product grid, but when the Quick-view pop is open, is there a way to provide the user an easy/direct way to Wishlist the item in that pop-up? Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
Kind Regards
Okay no worries. But is there a way to change the color of the wishlist/heart icon on the product grid itself? The current color is flush with my product images and wish to use the primary color for the Wishlist/heart icon (ideally have a solid heart icon in primary color, if that is an option to just change the icon to a filled heart, same as that on the header bar for Wishlist tab). See screenshot.
Attachments:
You must be
logged in to view attached files.
This is my icon for Wishlist on the header bar (see screenshot). Is there way to use the same icon/color in the product grid?
Attachments:
You must be
logged in to view attached files.
Hello,
Please send me access to your website so I can investigate that issue and prepare a custom to change the Wishlist button color.
Thank you in advance.
Kind Regards
Hello,
Use the code below for help:
.wd-product .wd-wishlist-btn {
background-color: var(--wd-primary-color);
border-radius: 50%;
width: 42px;
height: 42px;
}
.wd-product .wd-wishlist-icon>a:before {
color: #fff !important;
}
https://take.ms/OHg4w
Define the code in Theme Settings -> Custom CSS.
Kind Regards