- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 10:52 PM
Hello,
I am looking to remove the filter option on the Portal, No one should able to remove the filter condition apart form the applied filter.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 11:00 PM
Hello @Community Alums
Please find the below code and try to execute it.
.sp-breadcrumb-link{
pointer-events:none;
}
.icon-filter{
pointer-events:none;
}
add this in the page specific CSS
If my response helpful, please mark it correct and close the thread!
Regards,
Rathan K
Regards,
Rathan K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 11:00 PM
Hello @Community Alums
Please find the below code and try to execute it.
.sp-breadcrumb-link{
pointer-events:none;
}
.icon-filter{
pointer-events:none;
}
add this in the page specific CSS
If my response helpful, please mark it correct and close the thread!
Regards,
Rathan K
Regards,
Rathan K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 11:06 PM
Hi,
Go to widget on the portal.
Ctrl+right click and go to instance in page editor
Go to the CSS section and paste below
.breadcrumbs{
display: none !important;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2025 11:10 PM
@Community Alums
this is which portal page etc
share some more details.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader