Topic Page - Remove 'Filter by' dropdown

Peter W1
Tera Contributor

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.

 

PeterW1_0-1758030414016.png

 

 

Regards,

 

Peter

1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage

Hi

Go to the portal widget (Ctrl+right click) -> Instance in page editor

Shruti_0-1758031962839.png

Paste below to the CSS section and save it

.m-r-auto{
display:none;
}

 

View solution in original post

2 REPLIES 2

Shruti
Mega Sage
Mega Sage

Hi

Go to the portal widget (Ctrl+right click) -> Instance in page editor

Shruti_0-1758031962839.png

Paste below to the CSS section and save it

.m-r-auto{
display:none;
}

 

Ankur Bawiskar
Tera Patron
Tera Patron

@Peter W1 

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

AnkurBawiskar_0-1758034922657.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader