Themes

You can use themes to change the appearance of your agency's Infor Public Sector site. A theme is a CSS style sheet or a JavaScript file that defines display settings for the user interface. If themes are defined, then users can select the themes that they want to use in My Infor. The theme's settings then override the site's default display settings.

Themes can be used to personalize the site for your agency, and to improve accessibility. For example, some users might select a high contrast theme for better visibility.

The default display settings are defined in the .css and .js files in the Client directory of your Infor Public Sector application directory. When creating a theme, you can override any of the selectors in the style sheets, or any of the functions in the JavaScript files.

In most cases your theme will be a CSS style sheet. To create a theme, you must first identify the CSS selectors that you want to override. In most web browsers you can press F12 to show the developer tools, which indicate which styles are applied on the current page. If your theme defines styles for the same selectors, then the theme's styles take priority over the default styles.

Your theme files must be saved in the Client along with the default style sheets. To make your themes available in Infor Public Sector, you must also add them to the THEMES node in the Hansen8 configuration. To configure themes, use the Configuration Editor.