This topic has 3 replies, 2 voices, and was last updated 3 years ago ago by Ana Ambrosio
Hello,
How can I change the hover color in the mini wishlist?
It is white and I wish it would have the same color as the one used in the hover of the “view wishlist” button.
Here’s a picture of how it is: https://prnt.sc/1ygvfbj
Thanks
Hello,
Do you want to change the hover bg color to this one https://prnt.sc/1yj444a
Add the below code to Theme Options > Custom CSS
.template-container .header-wrapper .et-off-canvas .cart_list.product_list_widget li:hover {
background: #f6aab3;
color: #fff;
}
Regards
Hi, that’s what I needed, thank you.
The issue related to '‘Hover Color Wishlist’' has been successfully resolved, and the topic is now closed for further responses