Documentation

For Background Color

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

.white-bg { background: #ffffff; }
.dark-bg { background: #151d2e; }
.grey-bg { background: #f7f7f7 }
.yellow-bg { background: #f9b707; }
Note We include 4 color helper class in our template text-gray, text-black, main-color and text-white. you can add unlimited color class according to your needs.