Documentation

For Text color

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

.text-white { color: #ffffff; }
.iq-font-black { color: #151d2e; }
.iq-font-grey { color: #666666; }
.iq-font-yellow { color: #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.