Notifications
Clear all

wpForo 1.x.x [Solved] Delete forum's topics and posts count on thread layout

3 Posts
2 Users
0 Likes
1,256 Views
Posts: 4
Topic starter
(@olegp)
Active Member
Joined: 3 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: 3650
(@chris)
Famed Member
Joined: 3 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: 3 years ago

It's working !! Thanks ! 😀