I want to change background color of collapsed navbar in bootstrap 4 alpha v6. Of course I want to change the background color of whole navbar.
This is what worked form me:
.navbar-collapse { background-color: white; }