Text Color

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

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

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

Suggest Edit