
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 09:54 AM
If you LOG OUT of ServiceNow and go to https://{instance}.service-now.com/sp
You land on a page that prompts for creds and has a default background with an old iPad and a Mac "Magic Keyboard".
Where is this page managed? I uploaded a new image over the default one - which is called
sp-landing-back.jpg
and lives here
but that didn't work, and I can't find the underlying portal page, or whatever it's called.
Anybody know?
Thanks!
Jon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 03:37 PM
Hi @Jon Epstein,
That's the login page of the Service Portal which is the 'Service Portal' (ID = landing) Portal page.
If you open the Portal page ({your instance}/$spd.do#/sp/editor/landing/aa7998d7cb31120000f8d856634c9cae), you can modify the background image by selecting the 'Page' button located in the top right corner.
In the pop-up, you can set the 'background-image' property in the CSS with your new image.
Note that your image can be uploaded in the Image table [db_image].
e.g.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 10:11 AM
I doubt this can be changed
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 03:37 PM
Hi @Jon Epstein,
That's the login page of the Service Portal which is the 'Service Portal' (ID = landing) Portal page.
If you open the Portal page ({your instance}/$spd.do#/sp/editor/landing/aa7998d7cb31120000f8d856634c9cae), you can modify the background image by selecting the 'Page' button located in the top right corner.
In the pop-up, you can set the 'background-image' property in the CSS with your new image.
Note that your image can be uploaded in the Image table [db_image].
e.g.
Cheers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:45 AM
Awesome - thanks James!!!