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
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).
full
background-color:transparent !important;