How can I change the header sale text to red?

Hi, hope someone can help me, want to change in the header SALE in red.

Please can some help me?

https://no-excess.com/

Hello @sebastiaanjopp
Its Artzen Technologies! We will be happy to help you today.

Follow the below steps to solve the issue:-

  1. Go to your Online Store
  2. Edit Code
  3. Find base.css file
  4. Add the following CSS at the bottom of the file
    5.) Save the File
a.Heading.u-h6:nth-child(1) {
    color: red;
}

Let me know if need further assistance
Regards,
Artzen Technologies

Is this only for SALE header not other navigation names?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.Heading.u-h6[href="/collections/sale-fall-winter-2023"] {
color: red;
}