How to add background image on Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks 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
3 weeks 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
3 weeks 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
3 weeks ago
@Saba Baig I tried your method and it didn't work, can you please share screenshot from the configurations to see what you did and also how it looks as result?
 
100 % GlideFather experience and 0 % generative AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Please refer below portal image , there are 2 images
1. search box background (Grey)
2. The larger image
