Notifications
Clear all

[Closed] How to change topic icon colors?

2 Posts
2 Users
0 Reactions
441 Views
Posts: 6
Topic starter
(@marissambiese)
Active Member
Joined: 1 year ago

Doe anyone know the code to change topic icon colors? The icons I am talking about are the ones above posts, users, likes, views. See screenshot attached where the colors are changed to blue. I can't figure out where or what the code is to change these, and mine are currently grey.

1 Reply
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

@marissambiese,

Use the below CSS Code:

#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box .wpf-tstat svg{
    fill: red !important;
}