General Discussions
3
Posts
2
Users
1
Reactions
592
Views
Apr 06, 2023 1:08 pm
Question, i use the threaded layout. Is there any way to hide the first column "status" and the 4th column "forum" - so these 2 coluns just show icons and i think the forum can look much cleaner if these 2 columns wont appear.
I fear that this is only possible via custom coing inside the template..
2 Replies
Apr 06, 2023 2:17 pm
Hi @seofoxx-de
#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-status, #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-status, #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-thead-forum, #wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-forum { display: none; }
Apr 13, 2023 9:21 am
thanks.