Hello,
Is there a way to change the color of icons? I bougt icons off a site, they are gray i’d like to change them.
Hello,
Is there a way to change the color of icons? I bougt icons off a site, they are gray i’d like to change them.
Hi @bdel01,
If Icon is font icon that you can easily change the color of the icon. Generally, the icon is implantation in a <i> tag.
like we have to use font awesome icons in all place to
<i class="fa fa-bath" aria-hidden="true"></i>
Add this in CSS Stylesheet
i.fa {color:red;}
Try to do with your code with replacing your class name at .fa
Did my post help answer your query? Help the Community by marking it as a solution.
Team TRooInbound
not really sure how to use font awesome icon’s in the icon module.
Hi @bdel01,
is there something misunderstanding.
I just tell you an example of icon code because I don’t know which icon set you purchased. want to know more about which icon set you have used or send page URL so I can tell you how to change icon font color.
Thanks,
Team TRooInbound