How can I emphasize discounts on my online store?

Hello,

I am making a discount on my shop and I want to accentuate it a bit more.

You can bearly see the save 14$, how can I change the color to red for example? and how can I show the original price next to the 31.99$ ?

I am using the Brooklyn theme and this is my shop: hanabin.org

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

hii, @Hanabin
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

Hi, this is my URL : hanabin.org

Hii, @Hanabin
Paste this code on top of the theme.scss file.

.grid-product__on-sale {
    border-color: red !important;
    font-size: 14px !important;
}

Thank You.