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.

 

Style [Solved] Icon Color if new topics/posts

3 Posts
2 Users
1 Reactions
1,514 Views
Posts: 10
Topic starter
(@orakel)
Eminent Member
Joined: 5 years ago

Hello friends

Can someone explain me, where i can change the forum icon color if there are new topics or posts?

 

Thanks in advance

Orakel

2 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @orakel

add this to custom css

#wpforo #wpforo-wrap .wpf-unread-forum .wpforo-forum-icon i,
#wpforo #wpforo-wrap .wpforo-subforum .wpf-unread-forum i{ color:#ff9900 !important;}

Dashboard > Forums > Settings > Style (custom css)

replace ff9900 with your color code

Posts: 10
Topic starter
(@orakel)
Eminent Member
Joined: 5 years ago

Thank you very much, that works fine =)