So i\'m working with Twitter\'s Bootstrap for the first time and I\'m trying to change the color of the text inside the dropdown menus once they have collapsed. (if that makes s
You should be able to use this CSS..
/*-- change navbar dropdown color --*/ .navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu { background-color: #3344ff; color:#ffffff; }
Demo: http://www.bootply.com/113750