Background color

You can use color in the background. simply add .orange-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 .orange-bg .white-bg .black-bg and .gray-bg. You can add unlimited background color class according to your needs

Suggest Edit