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.
Comment actions
Hello,
I'd like to hide/disable Global Search for a specific profile. How can I do that?
Thanks in advance,
Armand
Please sign in to leave a comment.
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.
Hi Roland,
Nice one! It works.