Notifications
Clear all

[Solved] How to change color of unread messages ?

3 Posts
2 Users
2 Likes
1,975 Views
Posts: 3
Customer
Topic starter
(@adrien-coquelle)
Member
Joined: 2 years ago

Hi,

I would like to know how to change the color of unread messages.

scrnli 08 04 2022 16 01 53

By defaults unread messages are just bold and I find that's not really clear and easy to see new posts or replies and differentiate them from others.

Thank you

2 Replies
Posts: 68
Customer
(@tutrix)
Member
Joined: 4 years ago

@adrien-coquelle

add this to custom css

#wpforo #wpforo-wrap .wpf-unread-forum .wpforo-forum-title a,
#wpforo #wpforo-wrap .wpf-unread-topic .wpforo-topic-title a,
#wpforo #wpforo-wrap .wpf-unread-topic .wpf-thread-title a,
#wpforo #wpforo-wrap .wpf-unread-topic .wpf-spost-title a,
#wpforo #wpforo-wrap .wpf-unread-topic .wpforo-last-topic-title a,
#wpforo #wpforo-wrap .wpf-unread-post .wpf-spost-title a,
#wpforo #wpforo-wrap .wpf-unread-post .wpforo-last-post-title a,
#wpforo #wpforo-wrap .wpf-unread-post .posttitle a,
#wpforo #wpforo-wrap .wpforo-subforum .wpf-unread-forum a,
#wpforo #wpforo-wrap .wpf-forum-item.wpf-unread-forum a {
color: #f00;
}

Dashboard > Forums > Settings > Style (custom css)

Posts: 3
Customer
Topic starter
(@adrien-coquelle)
Member
Joined: 2 years ago

Thank you 😍 

Share:
Scroll to top