Home Forums Theme support Navigation Colors in Nitro Reply To: Navigation Colors in Nitro

Unfortunately it’s not so easy, because you have to change the way WordPress include the files in the child-theme.
I think it’s much easier for a WordPress beginner to add ” !important” rule after the css code to make it working, for example:

header .main-menu > li > a {
 color:red !important;
}