Text Color

You can change the color of text in a div or span or paragraph using below shortcode.

White Text Color

<div class="white">Your text in white color</div>
<span class="white">Your text in white color</span>
<p class="white">Your text in white color</p>

Black Text Color

<div class="black">Your text in black color</div>
<span class="black">Your text in black color</span>
<p class="black">Your text in black color</p>

Theme Text Color

<div class="theme-color">Your text in theme color</div>
<span class="theme-color">Your text in theme color</span>
<p class="theme-color">Your text in theme color</p>