Changing text color in Header / Top menu (including links/ buttons)

Where can I change the color of the menu items in the Header of the website, now I cannot use a white background of the header, because the text (in white) is not visible anymore (so I need to change the color of the items ‘My account’ ‘Logout’ etc.

Hi, Wouter.

The colour of the menu items is set in app/assets/stylesheets/layout.scss:568 within .top-bar there is a @extend %brand-background which defines the colour of the text. The definition of %brand-background you can find it at app/assets/stylesheets/mixins/colors.scss .

Instead of modifying this code, we recommend creating a new file in app/assets/stylesheets/custom/ with the following code to override the colour:
56

Regards!