How to change the background-color of jumbrotron?

后端 未结 14 1222
遥遥无期
遥遥无期 2021-02-01 13:03

I want to know how to change the background-color of \'jumbotron\' class, it has a default background-color #eee in bootstrap.css.

I tried to override by e

14条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-01 13:17

    Just remove class full from and add it to tag. Then set style background-color:transparent !important; for the Jumbotron div (as Amit Joki said in his answer).

提交回复
热议问题