Change color single navigation item

Hi,

I’m looking to change the color on my mobile Navigation of one item- Client Services to grey. If possible I’d also like the bottom to be all grey under the menu.

My site is https://scntwrld.com

Thanks!

Try this code. Either in Header section “Custom CSS” or in “Theme settings”-> “Custom CSS”:

.mobile-nav__item--secondary .grid__item:first-of-type {
  opacity: 0.5;
}

This will target the first item in the “Secondary menu”.

before/after: