change text and background color of a single navigation menu in impulse theme

Hi All Shopify Design
Okay so am trying to basically change the color of my navigation links from white background and black text to red background and white text. We are using the Impulse theme I have tried a few solutions from other posts and tried there CSS code but nothing happens on my site. Our website URL is www.nykecigs.com

can anyone help in plain English lol

Thanks

Moe

Hello @wonderboy

You can try to follow these steps:

  • Go to Online Store → Themes → Actions → Edit code.

  • Go to Assets folder → theme.css

  • Add the following CSS at the bottom:

#HeaderWrapper .text-center .site-navigation li.site-nav__item > details > summary[data-link="/collections/vape-outlet/VAPE-OUTLET"]{
    background: red;
    color: #ffffff;
}

Please hit Like and Mark it as a Solution if you find our reply helpful.