Custom CSS styling - CustomerID

It is possible to customize the user interface by overriding the settings in the default CSS file with the settings in style.css file.

Modification history

VersionChange
6.2.1

Definition for class helplink has been added in order to hide the help link on the pages by default

.helplink {
    display: none;
}