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] Color not changing in new post/reply/unread post

4 Posts
2 Users
1 Reactions
1,353 Views
Posts: 18
Topic starter
(@user)
Eminent Member
Joined: 6 years ago

Forum icon Issue.

Color not changing in new post/reply/unread post

3 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Because all forum icons are affected by your SVG converter. I'm sorry, but we can't go through all icons and provide you custom CSS code, you should try to find that bad thing maker. Just ask this question to your theme support, and they'll help you disable it. have you contacted your theme developers?

2 Replies
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

This CSS code can fix the forum icons SVG. try it:

#wpforo #wpforo-wrap .wpf-unread-forum .wpforo-forum-icon svg,
#wpforo #wpforo-wrap .wpforo-subforum .wpf-unread-forum svg{ color:#004187!important;}
(@user)
Joined: 6 years ago

Eminent Member
Posts: 18

@robert

Awesome.

Solved.