How do I change the sales font color 'red' on Prestige Theme

https://ryusei.co.id/

Hello @Ryusei_1
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css—> line number 2164
search this code

.product-card sale-price {
color: inherit;
}

and replace with this code.

.product-card sale-price {
color: red !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Thanks for accepting the solution.
please hit like button also.