Our Sale Tab is Red but we want all of it Black

our website is cardinmccoy.com you can see that the font is now black because i used this

SALE as the sale title in navigation, but now on the mobile site the arrow is still red and on the desk top site the underline part still wants to be red. how to do i make this all black?

@STEPHLBOAT

can you give me the screenshots for understanding the issue?

@STEPHLBOAT

Please use the given code above in theme.liquid

layout >> theme.liquid

ul.navigation__tier-1 > li.navigation__item:last-of-type a { color: #000!important; }

after the add code looks,