Check out the answer from @ martincho-, this worked for me when changing the blue hover color:
Do not change bootstrap.css. Create another file csswhere you can override this. Anyway, line 4572:
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a
Set background-imagenone background-colorto any color you want.
source
share