Notifications
Clear all

wpForo 1.x.x [Solved] Problem with colors

3 Posts
2 Users
1 Likes
478 Views
Posts: 30
Topic starter
(@miikinki)
Trusted Member
Joined: 4 years ago

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
Tutrix
Posts: 1246
(@tutrix)
Noble Member
Joined: 4 years ago

@miikinki

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

 

1 Reply
(@miikinki)
Joined: 4 years ago

Trusted Member
Posts: 30

@tutrix

Yeah it worked, thank you very much!! 🙂