Aug 12, 2021 9:42 am
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
Aug 12, 2021 11:01 am
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}
Aug 12, 2021 12:02 pm
It's working !! Thanks ! 😀