Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

How to add background image on Portal

Saba Baig
Tera Contributor

Step 1: Upload the Image

  1. Navigate to the db_image table.

  2. 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

  1. Open your Service Portal.

  2. 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

  1. Scroll to the CSS section of the selected page.

  2. Add the following CSS:

 

 
 
body {
background-image: url('la_jolla_sp_login_background.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
 
 
 
 
 
 

 

5 REPLIES 5

He is working on the page with id landing. It is the login page of the sp portal, recognized that image instantly =D