How can I change the sale badge color to red on Dawn theme?

How to change the color of the sale badge on the image of each product to red? I’m using dawn theme

Hi @zogon ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file

.badge{
    background-color: red;
    border-color:  red;
}
1 Like

Thank you!