nathanshel lost the colour to the nav bar, how can I change the colour if this?
Try add this to custom.css file and change color code accordingly -
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span{color:#000 !important;}
Kindly ensure to clear your browser cache if changes dont reflect.