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.
Apr 08, 2022 6:33 pm
Hiding or collapsing alt forums ho to do that provided pıcture
thnks
4 Replies
Apr 09, 2022 10:12 am
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; }