Post

2 followers Follow
0
Avatar

How to hide / disable global search for a specific Profile?

Hello,

I'd like to hide/disable Global Search for a specific profile. How can I do that?

Thanks in advance,

Armand

Armand BOLMONT Answered

Please sign in to leave a comment.

2 comments

0
Avatar

Hello Armand,

I think that the only way to do it is by using Custom CSS at the profile level.

#search{
display:none;
}

The code above should do the trick. Please let me know if it works.

Roland Pumputis 0 votes
Comment actions Permalink