Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
1 Reactions
686 Views
Posts: 30
Topic starter
(@miikinki)
Trusted Member
Joined: 5 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 5 years ago

Trusted Member
Posts: 30

@tutrix

Yeah it worked, thank you very much!! 🙂