AI Search
Classic Search
Notifications
Clear all
4 Replies
Apr 09, 2022 2:12 pm
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;
}

