The CreatorCon Call for Content is officially open! Get started here.

Background Image on form

aaustriaco
Kilo Explorer

Hi all, I'm new in ServiceNow and hope someone would assist me with this.
I have a requirement in which I need to create a form with our company logo as the background.
I've done a researched in Wiki and resulted with the notes described below. The problem is, I have no idea where to apply it.
Would anyone be kind enough to point me to where I can apply it?

6.5 Applying a Background Image to the Banner
Often corporate guidelines require more in-depth branding of the ServiceNow interface. Using the tiling technique, you can modify your logo image to have a transparent background, so that you can apply another image to the banner beneath the logo.
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')

6.5.1 CSS Rules that Apply this Change
/** BACKGROUND - These properties allow you use to add a background tile to the header of the instance ***************************/
TD.bannerLeft,TD.bannerCenter,TD.bannerRight, TR#banner_row {
background-color: ${banner.background.color};
background-image: ${banner.background.image};
background-position: ${banner.background.position};
background-repeat: ${banner.background.repeat};
}

Please help. Thanks in advance,
Antonio

5 REPLIES 5

Deepak Negi
Mega Sage
Mega Sage

Hi

 

Please follow my article to set background of the form

 

https://www.servicenow.com/community/developer-forum/from-bland-to-grand-decorating-servicenow-forms...

 

Mark correct/helpful if it helps.

Thanks

Deepak