Hi community,
I want to change the new price to red.
And edit the border-radius of “final sale” box by 30px to look rounded.
Hi community,
I want to change the new price to red.
And edit the border-radius of “final sale” box by 30px to look rounded.
@djawedbhn add the code
From your Admin panel, click Online Store > Themes >Actions > Edit code
find and open the base.css file
Paste the code below at the very bottom of the file.
.price-item--sale{
color: red !important;
}
.price__badge-sale{
border-radius: 20px !important;
}
Thank you for this helpfull code