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] Hide or disable Select Forum dropdown in Private forum

3 Posts
2 Users
2 Reactions
823 Views
Posts: 4
Topic starter
(@brianwent)
Active Member
Joined: 3 years ago

In a private forum, I am using shortcodes to display the forum, topics, and the Add New Topic capability. Since the Add New Topic code is already calling the correct forum (for example, [wpforo item="add-topic" id="6"]), I don't want the drop-down box to appear, especially since it lists all forums on the entire site, the vast majority of which are off-limits to the user.

Is there a way to remove or hide the drop-down box?

2 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @brianwent,

Insert the below CSS Code in Custom CSS Code field from Dashboard > Forums > Settings > Styles Tab:

#wpforo #wpforo-wrap .wpf-topic-forum-field {
       display: none !important;
}
Posts: 4
Topic starter
(@brianwent)
Active Member
Joined: 3 years ago

Thank you for the code which was simple to install and works great. My 5-star review is posted on the WP plugin page as it is well deserved.