Hi manu2020
In JA Space template, you can override the color for menu by this custom CSS:
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
color: rgba(255, 255, 255, 0.8) !important; /*change to your desired color*/
}
you can put it into the file: /templates/ja_space/css/custom.css (Create this file if it doesn't exist)
Regards