SyntaxFix
Write A Post
Hire A Developer
Questions
I think another way to do it is to use in-line css, just add your background-color in the html code
<div class="jumbotron" style="background-color:blue;"> <h3>Piece of text</h3> </div>