Notifications
Clear all

Style [Solved] Disable search for guest, how?

3 Posts
3 Users
1 Reactions
218 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 3 years ago

Hy!

How can I remove the possibility of searching for someone who is not logged in?

Thank you in advance for your help!

2 Replies
Tutrix
Posts: 1449
(@tutrix)
Noble Member
Joined: 4 years ago

@zit3k 

#wpforo #wpforo-wrap .wpf-bar-right.wpf-search {
  display: none;
}
.logged-in #wpforo #wpforo-wrap .wpf-bar-right.wpf-search{
 display: flex !important;
}
gorgeousjorge
Posts: 25
(@gorgeousjorge)
Eminent Member
Joined: 7 months ago

A problem i didn`t even know about it. Thanks once again @tutrix