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] Delete forum's topics and posts count on thread layout

3 Posts
2 Users
0 Reactions
1,718 Views
Posts: 4
Topic starter
(@olegp)
Active Member
Joined: 5 years ago

Hi everyone, 
Like I said in the title and just want to delete forum's topics and posts count on thread layout but I can't find a button or an option. 

Maybe with customize css..

2 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @olegp,

Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, then reset your browser cache on forum front-end by pressing [CTRL] + [F5], if you're using Safari/Mac press [CMD] + [ALT] + [E].
If you're testing the result on mobile devices, please use a new private/incognito browser tab to avoid the hard cache, otherwise you'll not see any changes:

#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item .wpf-forum-item-stat {display: none}
Posts: 4
Topic starter
(@olegp)
Active Member
Joined: 5 years ago

It's working !! Thanks ! 😀Â