Hi Hari,
I have successfully changed the hover color:
.navbar-inverse .nav > li > a:selected {background-color: #e84d0e;}
.navbar-inverse .nav > li > a:hover {background-color: #e84d0e;}
however, I also want to change the selected color (from pink to orange)
seems a:selected does not work
how do I do that? thank you!