can someone bring the 20% off tag down on my product image which is currently placed on top

can someone bring the 20% off tag down on my product image which is currently placed on top

swawestore
Explorer
117 0 20

can someone bring the 20% off tag down on my product image which is currently placed on top of my store link https://swawe.store/ , I want to display 20%off and coming soon on bottom left than on top right 
password is- omg

 

Replies 4 (4)

Entesta
Shopify Partner
80 8 20

Hi @swawestore 

You can add custom CSS to add some margin on top of that 20% off on product images.

Please add the below CSS to your theme base.css file.

.product-card-wrapper .card__badge span {
    margin-top: 20px; /* adjust it accordingly */
}


Thank you.
 

We value your feedback! Let us know if this helped by giving it a thumbs up or marking it as a solution or buy us a coffee.
Looking for Shopify experts to help you with your website? We are just one click away. Drop an email or say hi on WhatsApp to initiate a request support@entesta.com | +91 79083 21294
Entesta - Powering Your E-Commerce Journey with Shopify Expertise
swawestore
Explorer
117 0 20

no no I want it to be here like on the left corner which is currently right Screenshot 2024-07-25 at 14.42.56.png

Entesta
Shopify Partner
80 8 20

Sorry about the confusion.

@swawestore please try adding this one. It will place the element in the left bottom corner just like the image above.

.product-card-wrapper .card__badge span {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
We value your feedback! Let us know if this helped by giving it a thumbs up or marking it as a solution or buy us a coffee.
Looking for Shopify experts to help you with your website? We are just one click away. Drop an email or say hi on WhatsApp to initiate a request support@entesta.com | +91 79083 21294
Entesta - Powering Your E-Commerce Journey with Shopify Expertise
Asad-Mahmood
Shopify Partner
331 55 63

Go to your online store -> customize -> settings -> custom css and paste the below code there

.product-card-wrapper .card__badge span {
    position: absolute;
    left: 10px;
    bottom: 10px;
}



AsadMahmood_0-1721944979721.png

 

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver