Position "SALE" tag over thumbnail, not in corner of Product Card (Venture Theme)

When items are discounted, they currently display a “SALE” tag in the top left corner of the Product Card, on Collection pages. i would like the SALE tag to be positioned at the top left corner of the thumbnail within the Product Card, or barring that, somewhere close to there. Is this something i should be changing in CSS, and if so, what do i change?

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hi again Denishamakwana, thank you for all your help

Store URL: https://leftwingbooks.myshopify.com/

pw: smashcapitalism

Please add below css code in bottom of assets/theme.scss.css file

.product-tag–absolute {
top: 44px;
left: 32px;

}
Thank you.

1 Like

Thank you so much, this worked great!

1 Like