AI Search
Classic Search
Notifications
Clear all
5 Replies
Mar 14, 2019 12:57 am
Or, is there an easy way to completely remove the "solved" system from all over the forum. Because, The solved does not fit well with my forum. Thanks..
Mar 15, 2019 12:51 pm
Try this CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5 to reset browser cache:
#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-solved,
#wpforo #wpforo-wrap .wpfl-4 .wpf-load-threads .wpf-unsolved{display:none;}
For disabling all buttons please use the according option described in documentation:
https://wpforo.com/docs/root/categories-and-forums/forum-layouts/threaded-layout/
Mar 15, 2019 3:24 pm
tq, that's great
