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
Edit Portal Logo
.brand-logo, .brand-logo-collapsed {
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;
}