How can I change the color and size of discount prices in Impulse theme?

hi, I would like the old price to be black and the new discount price to be red and bold (and bigger) can someone help me? I use theme: Impulse. my website is www.dorsafashion.com thanku!

ok send me solution friend

Hi @Stappa !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second

.product__price.on-sale {
color: red;
font-weight: bold;
}

Best Regards;

Pagefly

hi! i past it on the bottom but it doesnt work.

Hi @Stappa !

Bro try this one code.

Please add this code at the bottom of theme.css under assets in your shopfiy theme code files

.product__price {
color: red !important;
font-weight: 700 !important;
font-size: 20px !important;
}

Best Regards;

Pagefly

unfortunately still not.

@KetanKumar hi friend, do u have solution?