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] Hide

5 Posts
3 Users
0 Reactions
1,114 Views
Posts: 28
 WUCW
Topic starter
(@wucw)
Eminent Member
Joined: 5 years ago

Hi support,

Untill I get more activity in the forum, then I would like to hide the number of topics and posts (see attached image).

How can I do that?

Thanks 🙂

/OKEIwebbureau

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

@okeiwebbureau

add this to custom css

#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-stat {
display: none;
}

Dashboard > Forums > Settings > Style (custom css)

Posts: 28
 WUCW
Topic starter
(@wucw)
Eminent Member
Joined: 5 years ago

Thanks, Tutrix 👍 😉 

 

Is it also possible to hide this for guests only?

 

/OKEIwebbureau

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

@okeiwebbureau,

Use this CSS code:

body:not(.logged-in) #wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-stat{
     display:none;
}
Posts: 28
 WUCW
Topic starter
(@wucw)
Eminent Member
Joined: 5 years ago

Thanks a lot, Sofy 👍 👍 😀