Sponser Link
Bootstrap is world's most popular front-end frame work. It is use for develop responsive and mobile friendly websites. Bootstrap is save your lot of time.
How to change navbar font color
Go to bootstrap.css in your website path. Search “.navbar-inverse .navbar-nav” in css file and define the font size and color.
.navbar-inverse .navbar-nav > li > a {
font-size: 20px;
font-family: Verdana, sans-serif;
letter-spacing: 0px;
}