Change navbar color in Twitter Bootstrap

后端 未结 12 2258
悲&欢浪女
悲&欢浪女 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:43

    It took me a while, but I discovered that including the following was what made it possible to change the navbar color:

    .navbar{ 
        background-image: none;
    }
    

提交回复
热议问题