Remove Service Now icon and search box at top

vmerc
Tera Contributor

How do i remove the service now icon and search box at the top of the service portal in a app?

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hello @vmerc ,
For removing the ServiceNow icon you can do the following

 

Please see the picture below. This is the HTML code of the header menu widget which I clone.

 

I deleted the yellow line, then the link is disappeared.

 

Priyankaagarwal_0-1692948305344.png

 

Please mark correct/helpful based on the impact of the response.

Thanks,
Priyanka

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

Hello @vmerc ,
For removing the ServiceNow icon you can do the following

 

Please see the picture below. This is the HTML code of the header menu widget which I clone.

 

I deleted the yellow line, then the link is disappeared.

 

Priyankaagarwal_0-1692948305344.png

 

Please mark correct/helpful based on the impact of the response.

Thanks,
Priyanka

Ashwini Jadhao
Giga Guru

Hi @vmerc ,

To remove Servicenow Icon, open Service Portal > Service Portal Configuration and select "Portal Branding" .From  Portal Branding delete the icon for portal.

AshwiniJadhao_0-1692951710315.png

To remove Search Box, Clone the HomePage search Widget and comment below line

<sp-widget widget="data.typeAheadSearch"></sp-widget>

AshwiniJadhao_1-1692951859030.png

After making this change add your cloned widget to instance

AshwiniJadhao_2-1692952025871.png