Notifications
Clear all

Style [Solved] Icon Color if new topics/posts

3 Posts
2 Users
1 Reactions
1,128 Views
Posts: 10
Topic starter
(@orakel)
Eminent Member
Joined: 4 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: 1357
(@tutrix)
Noble Member
Joined: 4 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: 4 years ago

Thank you very much, that works fine =)