Change the background image of the login page in the Service Portal

mr_njk
Kilo Contributor

Hi,

I have just started using the new Service Portal available in Helsinki. I have a couple of questions on this one.

1. Is there a way we can change the background image in the login page, just like we can change the background image in the landing page?

2. The favicons dont seem to work for the Service Portal. It works just fine in   CMS and the normal form view.

Thanks

Nidhin

1 ACCEPTED SOLUTION

nathanfirth
Tera Guru

It's stored in the "Page Specific CSS" of the "landing" page CSS. Go to "Pages" and search for "landing". Then you should see the following:


Screen Shot 2016-06-07 at 10.19.28 AM.png


View solution in original post

17 REPLIES 17

akashsrm100
Kilo Guru

Go to dynamic content


Then edit "CMS Clean Login" i.e. your login macro



<?xml version="1.0" encoding="utf-8" ?>


<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">


  <j2:set var="jvar_login_url" value="$[jvar_RP.getParameterValue('sysparm_login_url')]" />


<center>


<div style="width:900px;text-align:left;background-image:url(Imagename.jpg);">


  <g:insert_form name="login" />


  <g:inline template="welcome_content.xml"/>


</div>


</center>


</j:jelly>



Thanks


akash


Hi Akash,



I am trying to update the background of the Service Portal, not the ESS Page. Please see screenshot above.



Thanks


Nidhin


nathanfirth
Tera Guru

It's stored in the "Page Specific CSS" of the "landing" page CSS. Go to "Pages" and search for "landing". Then you should see the following:


Screen Shot 2016-06-07 at 10.19.28 AM.png


Thanks Nathan! That did the trick.



I have one more question. The favicon is not coming up for the service portal. I can see that in ESS and in the portal page. Would you know where I can change that in the service portal?


There is an icon field on the portal record, but I dunno if that will also handle the favicon. If that doesn't work then I think it will use the platform favicon which you can change by following the instructions here: ServiceNow Favicon — ServiceNow Elite