I have added custom CSS for the active li element of navbar. But it seems to be picking the default color. Other colors such as navbar BG and text color seems to have change
In my own bootstrap.css that I load after the bootstrap.min.css only that, switch of the background image with !important works for me:
bootstrap.css
bootstrap.min.css
!important
.navbar-nav li a:hover, .navbar-nav > .active > a { color: #fff !important; background-color:#f4511e !important; background-image: none !important; }