Jump to content

How to change color of fontawesome icon?


GoldLine

Recommended Posts

One option is to instead of setting the fontawesome as an image, instead put the html directly in the Button.caption. 

Below a button with the fontawesome as an image to the left and as button.caption with html to the right (green)

image.png.e6e1325a50698b87f7fa5daae81f7c0e.png

<i title="" class="fa fa-lg fa-address-card" aria-hidden="true"; style="color:#6cd649; cursor:pointer; margin: 0px 0px 0px 0px;"></i> 

Link to comment
Share on other sites

×
×
  • Create New...