How can I change the color of 'sample sale' to red in Dawn theme?

https://www.ranjanakhan.com/

How do I make the last navigation link, ‘SAMPLE SALE’ red? I have a lot of code already and can’t seem to get any CSS I can find on the shopify forum to work.

Dawn theme

Hello @RK2022 ,

Add this css at the bottom of the file.

a[href="/collections/sample-sale-october-2022"] {
    color: #f00;
}

Thanks

Doesn’t work..

Added it to base.css