Text color

You can use color in the Text. simply add text-primary class where you want to apply green (theme color) color. See example below:

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

Note We followed bootstrap helper class in our template. So you can use any bootstrap helper classes in our template as per your need. For text color, you can use bootstrap color helper classes

Suggest Edit