Changing the Service Desk Manager (SDM) 17.x default login page background color.
search cancel

Changing the Service Desk Manager (SDM) 17.x default login page background color.

book

Article ID: 206452

calendar_today

Updated On:

Products

CA Service Desk Manager CA Service Management - Service Desk Manager

Issue/Introduction

Previously, we can change the background color of the SDM login screen by following the document 19280, but it does not work on 17.x. This document explains how to change it on 17.x.

Resolution

In order to change the background color of the SDM login page on 17.x, update the background color under ".loginclass" instead of ".login_page" on the castyles.css file.

e.g.

[Before]
.loginclass
{
 height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

[After]
.loginclass
{
 height: 100%;
    width: 100%;
    background-color: #5CACEE;
}

Additional Information

19280: How to change the CA Service Desk Manager (CA SDM) default login page background color.