Customize color and text for wishlist hovering
-
Hello,
I wish to change the background color on the hovering on the “quick view”, “add to cart” and “add to wishlist” icons on product hovering in the shop page, is it possible to do that? Also, the hovering on wishlist icon currently pops up a blank text, can I customize that too?
Thanks
Hi,
Please, provide us a link to your website and some screenshots of what do you want to change.
Regards
Thank you
Attachments:
You must be
logged in to view attached files.
Please, send the link too.
Hi,
Did you customize wish list buttons texts in the admin panel? Please, revert it back since it may cause blank text on the tooltip.
Here is a code to change tooltips color. Add it to the Custom CSS section in Theme Settings
.woodmart-tltp span.woodmart-tooltip-label,
div.tooltip-inner {
background-color: red;
}
.woodmart-tltp span.woodmart-tooltip-label:before,
div.tooltip.top .tooltip-arrow {
border-top-color: red;
}
.woodmart-buttons>div a span.woodmart-tooltip-label:before {
border-left-color: red;
}
Regards
Thanks for the CSS code, it worked.
In the YITH wishlist settings I had left the text field blank! Sorry
All good
OK, we are glad to help you 🙂
The topic ‘Customize color and text for wishlist hovering’ is closed to new replies.