If you mean change the colour of the menu tabs, yes it is Alois.
In Colour Settings you can change the Menu background colour. If you wish to have the Menu item show in a different colour once selected add this bit of code to the Custom CSS
——–
#access a {
display: block;
color: #FFFFFF;
text-decoration: none;
padding: 0.2em 1.2em;
font-size: 14px;
———