assetivity1
Hi
Menu is showing Red because you have this code in custom.css file
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > span, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > span:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > span:focus {
color: #cc0000 !important;
}
remove or change it as per needs.
For slider content lable add this code in custom.css
.slider-content .label-small {color:#fff;}
Regards