How do i change just one of the navigation background colour

Hi,

Does anybody know how to change just one of the navigation background colours in the image below?

Keeping everything else white but having just “NEW Catalogue” as a different colour

Kstuff_0-1662967647048.png

Could you share your store URL?

Thanks

Go to your Shopify admin > Online store > Themes > Live theme > Actions > Edit code > Assets > theme.css.liquid or theme.css file and add this code below at the bottom of your file

.navmenu-id-new-catalogue .navmenu-link  {
background: #e14335;
}

Thank you so much! Life saver!