Hi there,
This plugin doesn’t include any extra color styling for the icons, however you could easily write your own CSS and apply classes as needed. For example, you could add the following CSS somewhere in your theme or a custom plugin:
.fa-red {color: red;}
And then add the class to your shortcode like so (note that the “class” values all get fa-
prepended to them automatically:
[icon name="flag" class="red"]
-
This reply was modified 8 years, 1 month ago by
Mickey Kay.