Hi, how do I change the color of the menu items which appear in the same section as the site Identify logo (header I think). I have tried the following in my child css but is not working
ul.nav-menu li a {
font-size: 2rem;
font-color: rgb(97, 97, 97);
color: #000;
}
ul.nav-menu > li > ul.sub-menu > li > a {
font-size: 2rem;
color: #000;
}
Please follow the following steps to fix your issue:
Go to Dashboard => Appearance => Customize => Colors Setting => Navigation Colours => Then you can get the option to change the color of menu => After changing the color save it.
We hope this will be helpful to you, if not then please let us know.