main menu impulse theme

Goodmorning everyone,

I would like to change only “Sale” into a red collor in my main menu, i searched in the fora but none of

the sollutions seemed to help me.

www.verified-clothing.be

thanks in advantage

Hi @Buzeto

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

li.site-nav__expanded-item:last-child a {
    color: red;
}