How to add background image on Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Step 1: Upload the Image
Navigate to the
db_imagetable.Upload the image that you want to use as the background.
Note the Name of the image record (this will be used in CSS).
Step 2: Open Page Editor
Open your Service Portal.
Click on Instance in Page Editor.
In the Page Editor hierarchy, select the Landing Page (or the page where you want the background image applied).
Step 3: Add CSS
Scroll to the CSS section of the selected page.
Add the following CSS:
background-image: url('la_jolla_sp_login_background.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
37m ago
Hi @Saba Baig,
I believe there's an easier way, navigate to the ESC (switch the scope to Employee Centre), press control*** + right mouse button to the container to get the window as seen below:
*** I use MacBook, so the key shortcut may vary on other devices...
And select "Edit Container Background":
There's a change to upload the image easily and based on its size/resolution, you can select the style (cover, repeat, ...).
It will make the background look like this (compare with the image above😞
It's more or less the same asyou shared but I believe this is more convenient method. What do you say?
100 % GlideFather experience and 0 % generative AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
30m ago
The above way which you showed is for search box background whereas my solution is for whole background.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3m ago
@Saba Baig OK, could you please share a screenshot of the portal to see the difference?
What you shared doesn't seem to be a servicenow portal.. There are no containers, not menu bar, ...
100 % GlideFather experience and 0 % generative AI

