Notifications
Clear all

Style [Solved] How to change font-awesome icon colors?

3 Posts
2 Users
2 Likes
387 Views
Posts: 57
Topic starter
(@diegopino)
Estimable Member
Joined: 5 years ago
How to change font-awesome icon colors?

Hi Community.  
I am still performance the forum with wpforo, need help:
how can change font-awesome icon colors?

Docs:

Another Help Please, how can change the color of logo foro and information navigation?

Thanks in Advance for support.
 
bye
2 Replies
Tutrix
Posts: 1247
(@tutrix)
Noble Member
Joined: 4 years ago

@diegopino

example

Icons

#wpforo #wpforo-wrap .wpforo-forum-icon .fa-playstation::before {
  color: #a1d283;
}
#wpforo #wpforo-wrap .wpforo-forum-icon .fa-screwdriver-wrench::before,
#wpforo #wpforo-wrap .wpforo-forum-icon .fa-tools::before {
  color: #d186e5;
}

Breadcrumb

#wpforo #wpforo-wrap .wpf-breadcrumb a {
  color: #00ff00;
}

 

1 Reply
(@diegopino)
Joined: 5 years ago

Estimable Member
Posts: 57

@tutrix  Thank you so Much for your support. 😍 

I am very grateful for your help

Thanks in advance @tutrix 👍