GoldLine Posted September 27, 2020 Posted September 27, 2020 Hello, does anyone know how to change color of fontawesome icon in TUnimButton? Thanks an advance
alfr Posted September 27, 2020 Posted September 27, 2020 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) <i title="" class="fa fa-lg fa-address-card" aria-hidden="true"; style="color:#6cd649; cursor:pointer; margin: 0px 0px 0px 0px;"></i>
GoldLine Posted September 28, 2020 Author Posted September 28, 2020 Hi Alfr, great idea. Thanks for your help.
Recommended Posts