Solution:
if you go to appearance/customize you will find a customize css box at the bottom. There you can put:
To change the text color:
#menu-menu-1 li a{
color: black;
}
To change the background color:
.nav-primary{
background-color: red;
}