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.
1- How can I remove [solved] [unsolved] buttons located on threaded layout category on forums list? but only these two. Please look at the picture.
2- How can I use my own icons for forums? The Fontawesome is very limited.
Also, I found a great icon site. flaticon.com
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..
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/
tq, that's great