This topic has 4 replies, 2 voices, and was last updated 1 weeks ago ago by Rose Tyler
I want to edit the hover settings of the add to wishlist icon on the products archieve and single product pages. It looks square now, I just want the icon to change colour. Where can I do it?
Hello, Tugba,
Thank you for reaching out to us.
To assist you more effectively, could you kindly provide some screenshots to help us better understand your request?
Best Regards,
8Theme’s Team
Hello,
I can’t post a screenshot because they work in hover state, but I added it as a photo.
Hello, Tugba,
Please delete this code – https://prnt.sc/lUfZGfkeERH2 and use the next code in Theme options > Theme custom CSS > Global:
.et-heart:before {
color: #7A7C6A;
background-color: white;
padding: 10px;
border-radius: 100px;
}
.xstore-wishlist-icon:hover .et-heart:before {
color: red !important;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up