Shopify themes, liquid, logos, and UX
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
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.
no no I want it to be here like on the left corner which is currently right
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;
}
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;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025