Notifications
Clear all

wpForo 1.x.x [Solved] Hiding or collapsing alt forums

5 Posts
3 Users
2 Reactions
728 Views
Posts: 91
Topic starter
(@selinahub)
Estimable Member
Joined: 3 years ago

Hiding or collapsing alt forums ho to do that provided pıcture

 

thnks

4 Replies
Chris
Posts: 3627
(@chris)
Famed Member
Joined: 3 years ago

Hi @selinahub,

Extended Layout doesn't have option to hide Subforums, but you can use the below CSS code to hide the Subforums, insert the code in Custom CSS Code Field from Dashboard > Forums > Settings > Styles Tab:

#wpf-forum-4 .wpforo-subforum {
    display: none !important;
}
3 Replies
(@selinahub)
Joined: 3 years ago

Estimable Member
Posts: 91

@chris I have tried but no result can you pls have a look at it chris

thnk you

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1455

@selinahub 

try

#wpforo #wpforo-wrap .wpfl-1 .wpforo-subforum {
display: none !important;
}
(@selinahub)
Joined: 3 years ago

Estimable Member
Posts: 91

@tutrix thnk you so so so much it worked 😍