How to change Logo size in Next UI Experience?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 08:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 08:08 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 08:11 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2022 05:23 AM
You can use size option to set it to the correct attribute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 08:10 AM