Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Icon font color
SOLVE
New Contributor
Dec 18, 2017 4:19 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
1 Accepted solution
Accepted Solutions
Solution
Regular Advisor
Dec 20, 2017 12:49 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content