Cireson - Service Catalog
Dear All,
I would like to hide:
"Need help finding what you are looking for?" and the search box.
Anyone able to help with this?
Thanks
Daniel
Best Answer
-
Shane_White Cireson Support Super IT Monkey ✭✭✭✭✭
Hi Daniel,
This should do the trick in your CSS:
.search-row {
display:none;
}
Thanks,
Shane
5
Answers
Hi Daniel,
This should do the trick in your CSS:
.search-row {
display:none;
}
Thanks,
Shane
That worked!
Kind Regards
Daniel