I\'m quite new to Bootstrap, I\'ve set up a dropdown pill and played around with the colours.
What I\'d like to do is change the colour of the dropdown title pill after
Use following css:
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{ background-color: red; } .nav-tabs>li>a:hover { background-color: red; }