I've tried to replace some icons from demo content.
Therefore Idon't need any o the template specific icons. So I used Fontawesome icons.
Code looks like that:
- Code: Select all
<i class="fa fa-inverse fa-car"></i>
But sadly it doesn't appear in white color:
The CSS says there is a definition for #FFFFFF, but it doesn't bite:
What is the best way to get these icons in white color?