Add to Wishlist is Not displaying in Desktop in Product category pages
-
Dear Support Team,
In our website add to wishlist button is not displaying before hover in desktop as displayed in the image. Add to wishlist is only displaying only on hover can you please check and suggest.
Please refer to this link
https://www.madsbox.com/product-category/apple-iphone-x-with-round-cut/
In the above link we want to display SALE Label on product in place of percentage How i can fix that issue. Please check and suggest
Attachments:
You must be
logged in to view attached files.
Hello,
I am checking your site and see wishlist icon on the desktop: http://prntscr.com/l06wcs and http://prntscr.com/l06w6x
What do you mean?
In order to set the percentage, navigate to the Theme Settings > Shop > Labels
Best Regards
Dear Support Team,
i mean to say that when we i cursor over product wishlist is displayed and when i remove cutrsor from product wishlist is hidden. I dont know why i want to display the wishlist globally whether the cursor is over product or not can u pls check nd suggest
Hello,
Please add this code to the Theme settings > Custom CSS:
div.product-grid-item:not(.basel-hover-base) .yith-wcwl-add-to-wishlist {
transform: none;
-webkit-transform: none;
}
Best Regards