Change navbar color in Twitter Bootstrap

后端 未结 12 2020
悲&欢浪女
悲&欢浪女 2020-11-22 00:19

How would I go about modifying the CSS to change the color of the navbar in Twitter Bootstrap?

12条回答
  •  北恋
    北恋 (楼主)
    2020-11-22 00:37

    Try this too. This worked for me.

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      background-color: #00a950;
      color: #000000;
    }
    

提交回复
热议问题