Home › Forums › Support › How to change Font Awesome icon colors? This topic has 3 replies, 4 voices, and was last updated 4 years, 7 months ago by Richard. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 3, 2016 at 5:27 pm #206313 Ignacio Hello Tom: I want to change the color of the default black Font Awesome icons, for example into blue. How can I do that? Thanks in advance July 3, 2016 at 11:45 pm #206353 TomLead Developer Lead Developer Add the color to the HTML element, like this: <i class="fa fa-car" style="color:#DDDDDD;"><!-- icon --></i> Let me know if that helps or not 🙂 July 4, 2016 at 7:23 pm #206567 Max You can also add icon sizing <i class="fa fa-car fa-lg" style="color:#DDDDDD;"><!-- icon --></i> <i class="fa fa-car fa-4x" style="color:#DDDDDD;"><!-- icon --></i> See here: http://fontawesome.io/examples/ This reply was modified 6 years, 11 months ago by Tom. November 8, 2018 at 2:33 pm #722537 Richard And there is also css so you can make site-wide changes e.g.: .fa { color: black; } .fa-car { color: red; } .fa-bus { color: green; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In