- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2016 01:00 AM
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
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2016 10:22 AM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2016 02:11 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2016 03:22 AM
Hi Akash,
I am trying to update the background of the Service Portal, not the ESS Page. Please see screenshot above.
Thanks
Nidhin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2016 10:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2016 05:41 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 09:34 AM
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