Oct 10, 2020 12:45 am
Hello, i want to change wpforo-last-post-user and wpforo-last-topic-user name color when they are sent by Guest. If registered person sends message it shows the right color and when guest messages hes name shows in black color and its not visible in my site.
In picture inside blue circle
another pic in gyazo
https://gyazo.com/c85a483c229575d5cf9f0db82c416fd2
2 Replies
Oct 10, 2020 7:51 am
add this to custom css
#wpforo #wpforo-wrap .wpforo-last-topic-user, #wpforo #wpforo-wrap .wpforo-last-post-user{
color: #ff9900;
}
Dashboard > Forums > Settings > Style (custom css)
change the red marked value to color you want