Aug 23, 2020 10:26 pm
I have set my wpforo to the Gray Style.
I was able to adjust several of the default colors but when i change the color of the "Solved" icon it also change the color of online users. I want the online users to still be green and the "Solved" icon to be gray. How can i do that?
Thanks in advance!
2 Replies
Aug 24, 2020 8:07 am
Try
add this to custom css
.fa-check-circle::before {
color: #777777 !important;
}
or only in the Forum Statistics
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info i.fa-check-circle::before {
color:#777777 !important;
}
Dashboard > Forums > Settings > Style (custom css)