How to change Logo size in Next UI Experience?

Community Alums
Not applicable

Hi All,

 

By default, ServiceNow allows the logo size for 50 pixel

Is there any way I can increase the size of the logo to look big on the header?

Please suggest me on this. Thank You!

 

Regards,

Ganesh

4 REPLIES 4

Abhishek_Chavan
Tera Expert

Upload an image to the image manager and then create a new property named css.banner.background.image, so that you can call the image. The value should look like this.

css.banner.background.image value url('./images/MasterBG.jpgx')

 

Now you can add CSS rules that apply this change.

Community Alums
Not applicable

Hello Abhishek,

 

Could you please explain to me some more? 

I have already added the image in the image manager. If I create a property 'css.banner.background.image', what actual values I need to pass to enlarge the logo.

You can use size option to set it to the correct attribute.

Abhishek_Chavan
Tera Expert

Refer to this thread for more information on how to do it.

 

Modify Banner Image