zmand13
Hi
The code is fine.
There is issue in your custom css, it has more code and errors that result the code not working.
Put the code in first line of custom css and it will work.
Also check all the code you added in custom css. Each opening brace must be closed as well { }
Below is the error code in custom.css that making problem
/* Modifying the Menu items font color */
/* This is for the Menu items font color */
/*.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
color:#yourhexcode!important; */
}
Regards