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] How to remove: Unread Posts | Forums | Topics

5 Posts
2 Users
1 Reactions
1,734 Views
Posts: 66
Topic starter
(@peterwangbiz)
Estimable Member
Joined: 8 years ago

Hi,

How to remove: Unread Posts | Forums | Topics please (screenshot attached)?

Thanks in advance!

Peter

Topic Tags
4 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@peterwangbiz

add this to custom css

#wpforo #wpforo-wrap .wpforo-feed {
display: none;
}

Dashboard > Forums > Settings > Style (custom css)

Posts: 66
Topic starter
(@peterwangbiz)
Estimable Member
Joined: 8 years ago

Thank you very much!

I went there and saw some existing codes here. Should I replace them or put new codes under them (screenshot attached)?

Thanks in advance!

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

put new codes under them 😉 

Posts: 66
Topic starter
(@peterwangbiz)
Estimable Member
Joined: 8 years ago

Done!

Thank you very much!