Shopify themes, liquid, logos, and UX
Hi all.
2 questions here:
1. How do I change my sale badge shape to round? they are currently oval and would prefer round.
2. How do I remove sale badges altogether? Was thinking of trialling sale prices for a temporary promotion instead of an input code so would want PLP to show strikethrough price but not the sale badge.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi David,
If this has not yet been resolved, you can add this piece of code at the bottom of your CSS file to hide the sale badge:
.grid-product__tag--sale {
display: none !important;
}
This is an accepted solution.
Yes sure, add this code to make the circle round:
.grid-product__tag--sale {
width: 50px;
height: 50px;
shape-outside: circle();
clip-path: circle();
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
Hey @davidfoster1983
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
This is an accepted solution.
Hi David,
If this has not yet been resolved, you can add this piece of code at the bottom of your CSS file to hide the sale badge:
.grid-product__tag--sale {
display: none !important;
}
Thanks G33kgirl,
Do you have any suggestions for making the badge round?
This is an accepted solution.
Yes sure, add this code to make the circle round:
.grid-product__tag--sale {
width: 50px;
height: 50px;
shape-outside: circle();
clip-path: circle();
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
User | RANK |
---|---|
224 | |
176 | |
63 | |
54 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023