Text color

You can use color in the Text. simply add .text-orange ( or any color you want) class where you want to use. See example below:

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

Note We include 5 color helper class in our template .text-orange .text-white .text-black .text-gray and .text-light-gray. you can add unlimited color class according to your needs.

Suggest Edit