Remove FiLTER condition on Portal

Community Alums
Not applicable

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.

prudhvirajy_0-1752472328697.png

 

1 ACCEPTED SOLUTION

RathanK
Kilo Guru

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

If you found my response helpful, please give it a thumbs-up and designate it as solution accepted to support fellow developers and admins.


Regards,
Rathan K

View solution in original post

3 REPLIES 3

RathanK
Kilo Guru

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

If you found my response helpful, please give it a thumbs-up and designate it as solution accepted to support fellow developers and admins.


Regards,
Rathan K

Shruti
Mega Sage
Mega Sage

Hi,

Go to widget on the portal.

Ctrl+right click and go to instance in page editor

Shruti_0-1752473174061.png

 

Go to the CSS section and paste below

.breadcrumbs{

display: none !important;

}

Ankur Bawiskar
Tera Patron
Tera Patron

@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.

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