Change color of the slashed through price

On my site https://www.halomattresses.com/products/halo-sleep-cooling-hybrid-mattress i would like to change the slash through price to red. please help. thank you.

Hi @Lheilers ,

Please add below code in base.css file.

Go to Online store > Actions > Edit code

From Right side bar Search Assets > base.css. Open file and paste it at very bottom of this file

s.price-item.price-item--regular {
    color: red;
}

Hope this helps

Best Regards

Reena