I want to know how to change the background-color of \'jumbotron\' class, it has a default background-color #eee in bootstrap.css.
background-color #eee
I tried to override by e
.jumbotron { background-color:black !important;
}
Add this one line code in .css file, worked for me!