Changing the color of a single word on the navigation menu

I am trying to change the color of the word SALE on our navigation menu. I have tried several different things with the coding but cannot seem to get it to work. Can someone assist with how to successfully do this? Our website is www.modernmattress.ca

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:
ul.site-nav.site-navigation.medium-down--hide li:nth-child(06) a.site-nav__link{
color:red;
}

Screenshot :- https://prnt.sc/FkFR6Wedw8DF