Notifications
Clear all

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.

 

[Solved] Change forum layout

3 Posts
2 Users
1 Reactions
851 Views
Posts: 19
Topic starter
(@seofoxx-de)
Eminent Member
Joined: 2 years ago

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..

Topic Tags
2 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

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;
}
Posts: 19
Topic starter
(@seofoxx-de)
Eminent Member
Joined: 2 years ago

thanks.