Place wishlist icon in product image on product page
-
I used the CSS code:
.products .product .yith-wcwl-add-to-wishlist {
position: absolute;
z-index: 1;
top: 10px;
left: 10px;
}.products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{
display: none;
}`To show heart icon inside the product image. This only seems to work on the ‘shop’ product images, not on the single product pages. I would like it to be the exact same as to how it is displayed in the shop, how can I achieve this?
Many thanks,
Kirsty
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Place wishlist icon in product image on product page’ is closed to new replies.