Notifications
Clear all

[Closed] latest poster instead of forum participants?

3 Posts
2 Users
0 Likes
10.9 K Views
Posts: 354
Topic starter
(@danniee)
Honorable Member
Joined: 5 years ago

I just changed to the new theme because I was told you will stop supporting the old one (which I liked far more). I'm not a big fan of the "forum participants" thing. It looks too cluttered and confusing and I like things more simple like on traditional forums.

Is there any way to change this to the way it looked in the old theme when using simplistic? I would like to get rid of the "forum participants" thing altogether and have it the old way.

Thanks

2 Replies
Tutrix
Posts: 1267
(@tutrix)
Noble Member
Joined: 4 years ago

@danniee

use one of the other layouts

or remove the forum participants with css

#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-forum-details .wpf-stat-box {
  display: none;
}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum .wpforo-forum-data .wpforo-last-post-info {
  border-top: none !important;
}

 

1 Reply
(@danniee)
Joined: 5 years ago

Honorable Member
Posts: 354

@tutrix thanks for your help mate, really appreciate it.

Do you know if this can be removed in the category view as well (and maybe replaced with recent post/poster)?