- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello,
Is there a way to remove the 'Filter by' dropdown list in the topic pages? I have a request from the business to investigate the feasibility of taking this away for the end users. While reviewing the widget I did find the HTML code that is generating this, however I don't want to clone and modify this as I would like to retain out of box functionality for future upgrades. Is anyone aware of a portal option that I can modify to disable this? While reviewing the settings I didn't see anything that indicated this could be turned off so I thought I would ask here.
Regards,
Peter
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi
Go to the portal widget (Ctrl+right click) -> Instance in page editor
Paste below to the CSS section and save it
.m-r-auto{
display:none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi
Go to the portal widget (Ctrl+right click) -> Instance in page editor
Paste below to the CSS section and save it
.m-r-auto{
display:none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
try to see if approach shared by @Shruti works
if not then try to clone the OOTB widget and make this false in server script
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