- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 12:52 PM
Hi All,
I would like to know how to remove the search bar from the top of the esc portal. Please see this image to know which one I mean.
Has anyone done this? And how did you do it?
Kind Regards,
Luke
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 08:53 PM
Hi @Luke James ,
This seems to me a Custom Search Bar on your ESC Portal.
Best option is to talk to your internal developers who has worked on it to do the job for you OR you need to write a CSS and add to your Portal.
.header-search {
display: none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 08:53 PM
Hi @Luke James ,
This seems to me a Custom Search Bar on your ESC Portal.
Best option is to talk to your internal developers who has worked on it to do the job for you OR you need to write a CSS and add to your Portal.
.header-search {
display: none;
}