Background Color

You can use color in the background. simply add .yellow-bg (or any color you want) class where you want to use. See example below:

<div class="orange-bg">  
[YOUR CONTENT]
</div>

Note We include 4 background color helper class in our template yello-bwg, white-bg, dark-bg and gray-bg You can add unlimited background color class according to your needs.

Suggest Edit