Hey!
I found a code element that helped me do it, however, it only works for the
desktop version and not on mobile. Also, if you have a dropdown menu, it
will apply as well.
The code is as follows (remember to change the #number with the colour
you’d like):
}
.header__inline-menu .list-menu li:nth-child(1){background: #FAFAFA
!important;}
.header__inline-menu .list-menu li:nth-child(1) a{color: #F8B105
!important;}
You can copy and paste it at the end of your base.css page.