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.

 

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

5 Posts
3 Users
2 Reactions
1,025 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: 3611
(@chris)
Famed Member
Joined: 4 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: 1522

@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 😍