Hello,
How would I change the color and size of the font awesome icon? I currently have [x_icon type=“o-check-square”] . Thank you
Hi @Derp,
Thanks for writing in!
You can change the color of the icon in two ways:
1.) You may use something like this:
<span style="color: #fff;"> [x_icon type="o-check-square"]</span>
2.) Or directly apply the inline css to the icon like this:
[x_icon type="o-check-square" style="color: #fff;"]
Hope this helps. Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.