How to customize au2mator – Self Service Portal

Last modified: April 28, 2022
You are here:
Estimated reading time: < 1 min

Setting Information

  • Setting available from Version 3.4
  • Write custom CSS

Detail Information

How to start?

  • Navigate to your Web Directory (c:\inetpub\au2mator\wwwroot\)
  • Go to CustomSpace Directory
    • Create the directory if it does not exist
  • create a custom.css File
  • put in your customizations in this CSS File

Examples

.brand-logo {
    background-image: url('../img/notes.png') !important;
}

Favicon

Navigate to SETTINGS / GENERAL / USER INTERFACE and enable “User Custom Favicon,” and place the “favicon.ico in CustomSpace Folder

Note: Since 2.5, it is not supported to Change anything besides this single file (custom.css).

Footer Hide

To hide the Footer text, you can use

.wrapper > footer {
	display:none !important;
}
Was this article helpful?
Dislike 1

Title