How can I make a sale badge a discount tag?

Hello @FelaC ,

  1. For Label Colour Hex Code: #1777f2
    Font: Bold
    Corner: Rounded, 6px

Go to online store ---------> themes --------------> actions ------> edit code------->assets------>section-main-product.css
add this code at the bottom of the file.

.product .price .badge, .product .price__container {
background: #1777f2;
height: 28px;
font-weight: bold;
border-radius: 11px;
}

and the result will be

If this was helpful, hit the like button and mark the job as completed.
Thanks