Changing Text Colour of An Option On Header Menu

Hi,

I am trying to change the ‘Sale’ option on the header menu of my store to red or #FF0000 and keep every other option as it is.

I would be grateful if someone could assist me in this. Thanks in advance.

Store: www.islandrunclub.com

Theme: Shark

@IRC1 Try to add this code in base.css

.menu-item has-megamenu full-megamenu mega-menu-5{

color:#FF0000;

}

or try this

#HeaderMenu-sale> span
{
color:#FF0000;
}

Hi Sivadarshan, thanks for your reply. I tried both of those code by adding it to the bottom of my base.css files but they did not work.