Change navbar color in Twitter Bootstrap

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

    Inverse and default class name mention in Twitter Bootstrap cause them to be black and white color.

    Better, you should not override that and add a class near that and write you particular style for that:

    my_style{
        background-color: green;
    }

提交回复
热议问题