Cireson - Hide Search Box - Next to portal name top left hand corner
Dear All,
I need to do the following:
Hide Search Box - Next to portal name top left hand corner
Can you help?
Thanks
Daniel
Best Answer
-
Shane_White Cireson Support Super IT Monkey ✭✭✭✭✭
Hi Daniel,
Give this a try in custom.css and see if this helps:
.navbar__search {
display: none;
}
Thanks,
Shane
6
Answers
Hi Daniel,
Give this a try in custom.css and see if this helps:
.navbar__search {
display: none;
}
Thanks,
Shane
That worked!
Kind Regards
Daniel