Notifications
Clear all

[Solved] Change forum layout

3 Posts
2 Users
1 Reactions
502 Views
Posts: 14
Topic starter
(@seofoxx-de)
Eminent Member
Joined: 1 year 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: 1357
(@tutrix)
Noble Member
Joined: 4 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: 14
Topic starter
(@seofoxx-de)
Eminent Member
Joined: 1 year ago

thanks.