Disable "Header" on UI Page

brettdrake11
Kilo Contributor

If I were to make a copy of UI Page kb_view, is there a way to not display the OOB gray header bar at the top of the page?   To better describe what I'm talking about, this header bar in Jakarta contains breadcrumbs and UI Actions "Flag Article" and "Create Incident".

2 REPLIES 2

Aditya Telideva
ServiceNow Employee
ServiceNow Employee

This could be achieved through U Script. however i am interested to understand why you would like to perform this? So that i can help you with am approach.


Also for your good reads go through: https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/build/service-portal/concept/hea...


Header menu widget


Thanks,


Aditya Telidevara


There's more detail than this, but briefly we're using the OOB kb_view in some cases to display knowledge articles on our CMS portal, and the business doesn't like all the options presented on the header in this use case.   Rather than re-engineer the way this works on a portal that is soon destined to be replaced by a new portal based on SP, I thought I'd make a copy of kb_view, remove the header, and use the new UI Page to display the articles in CMS.   What would the UI Script you mention look like?