How to change cart page price color to red in Dawn theme?

Hello, how do I change the price color to red on the cart page in the Dawn theme?

Hi @mdesnica95 .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file base.css

p.totals__subtotal-value{
color: red !important;
}

Hope this answer helps.

Best Regards,

PageFly