Craft Theme - Making 'SALE' red in navigation bar

hi all,

Is anyone able to help me make a CSS code to make my ‘SALE’ and ‘CLEARANCE’ headings/links on my home page red?

https://invilhome.co.nz/

Thanks in advance. :slightly_smiling_face:

Using the custom css feature for themes try the following css

READ: https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css

a[href*=sale] , a[href*=clearance] { color: red; }

Wonderful, thank you very much.

Champ bro! thank you!