Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Is it possible to have no banner images?

denisdoucet
Tera Guru

Hello,

I have recently been asked to remove the company logo off of the banner (currently in Istanbul).

Through all my digging I wasn't able to find anything through the system settings that would allow for this.

Would there be a suitable UI Script that would allow me to hide the banner image completely?

Thanks in advance!

1 ACCEPTED SOLUTION

Rushit Patel2
Tera Guru

are you talking about standard servicenow UI(UI16)?



go to properties table by writing sys_properties.list in side navigation..



open propertiy named "glide.product.image.light"



set value to any random value..like "bla bla bla".



find_real_file.png



(please mark helpful/like/correct if it helps)


View solution in original post

2 REPLIES 2

Rushit Patel2
Tera Guru

are you talking about standard servicenow UI(UI16)?



go to properties table by writing sys_properties.list in side navigation..



open propertiy named "glide.product.image.light"



set value to any random value..like "bla bla bla".



find_real_file.png



(please mark helpful/like/correct if it helps)


That worked, thanks!