Skip to main content
Skip table of contents

Appearance individualization

The IBI-aws WebClient appearance can be adjusted if required. The CSS file custom-style.css is available for this purpose. Please, use only this file for individualization. By using the custom class identifier, all existing CSS classes can be overwritten. To determine the corresponding CSS classes, we recommend to use the developer tools available in the web browser.

Beispiel

CSS
/* Set background of message card to green */
.custom .remark-card {
    background-color: green;
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.