How to make wishlist appear on products in show when NOT hovering? (desktop)
-
Hello! Thanks again for providing us with this great theme and fantastic support!
How do I make the wishlist icon to appear on products in the shop when NOT hovering on desktop? I would really like to make it appear on desktop WITHOUT hovering as it does now in MOBILE view. (website adress attached in private content).
Thanks for any help!
Most Welcome,
To display the wishlist button without hover in desktop you can use the below CSS code in Global Custom CSS are under Theme Settings:
.woodmart-hover-standard .woodmart-buttons{
opacity: 1;
}
Best Regards.