Notifications
Clear all

Style [Solved] Disable search for guest, how?

3 Posts
3 Users
1 Likes
83 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 2 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: 1302
(@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: 20
(@gorgeousjorge)
Eminent Member
Joined: 2 months ago

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