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

Solved

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

karl15
Excursionist
14 0 6

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?

Accepted Solution (1)
Denishamakwana
Shopify Partner
1408 173 233

This is an accepted solution.

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

.product-tag--absolute {
          top44px;
         left32px;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

View solution in original post

Replies 4 (4)

Denishamakwana
Shopify Partner
1408 173 233

Hi,

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

Thank you.

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
karl15
Excursionist
14 0 6

Hi again Denishamakwana, thank you for all your help

 

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

pw: smashcapitalism

Denishamakwana
Shopify Partner
1408 173 233

This is an accepted solution.

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

.product-tag--absolute {
          top44px;
         left32px;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
karl15
Excursionist
14 0 6

Thank you so much, this worked great!