Wishlist icon on top right corner of the product card on both pc and mobile

Loulouis
Tourist
25 0 3

Can someone help me place the wishlist icon on the top right corner of the product card on pc and mobile ? RIght now its on the right bottom covering some of the product title text which is not what I want... Can someone please help ? Thank you! 

 

Page is : https://loulouis.no 

password: saebot

Replies 2 (2)
NomtechSolution
Trailblazer
1245 111 139

Add this code

<div class="wishlist-container">
  <div class="wishlist-icon">...</div>
</div>
.wishlist-container {
  position: absolute;
  top: 0;
  right: 0;
}
Chat on WhatsApp: +923246370042
Need a Shopify developer? noumanmasood64@gmail.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Loulouis
Tourist
25 0 3

Where do I pust the div code ?