Bootstrap 4 collapsed navbar background color

后端 未结 3 1866
时光说笑
时光说笑 2021-02-03 14:52

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.

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-03 15:08

    This is what worked form me:

        .navbar-collapse {
        background-color: white;
    }
    

提交回复
热议问题