@peterhjalmarsson
did you copy and paste and play with the specific .in.collapse that i posted above and have re-posted here?
for the normal header nav i use this
.navbar .nav > li > a { color: orange;
}
for the collapsed nav i use these below because i want different looks in each scenario
it should work
.sticky-enabled .tc-shrink-on .in.collapse .nav a { color: red;
}
.in.collapse .nav > li.current-menu-item > a { color: yellow;
}
.in.collapse { width: 200px; background-color: #5A5A5A; overflow: visible;
}
.in.collapse .nav a { color: red; text-shadow: none;
}
I think i’m too much of a novice to give advice but if i’m understanding you correctly try
.in.collapse
i just cut and paste some of what i’m working with
.sticky-enabled .tc-shrink-on .in.collapse .nav a { color: red;
}
.in.collapse .nav > li.current-menu-item > a { color: yellow;
}
.in.collapse { width: 200px; background-color: #5A5A5A; overflow: visible;
}
.in.collapse .nav a { color: red; text-shadow: none;
}