Feb 04, 2023 12:59 am
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
Feb 06, 2023 10:17 am
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; }