Hello Chris,
Try adding below CSS code to your Custom CSS field of Parallel Options > Custom Code.
@media screen and (min-width: 768px){
.navbar-default .navigation-top .menu > li > a {
color: white;
}
}
Don’t forget to change ‘white’ for your desired color.
I hope that above is useful for you.
Thanks,
Piotrek