# SCA Configuration - CI Customization

{% hint style="info" %}
This feature is only available with Enterprise Edition.
{% endhint %}

**Customize the look of SCA to match your corporate identity.**

Following can be customized:

1. Highlight color on buttons and switches
2. Side menu head image
3. Side menu text color
4. Side menu background color

#### 1. Highlight color on buttons and switches:

Customize the highlight color via [SecContacts.Defaults](/documentation/app-configuration-policy-name-values-for-sca/sca-configuration-seccontacts.defaults.md#ci-customization-options)

* HighlightColorLightMode\_Option
* HighlightColorDarkMode\_Option

<figure><img src="/files/bFqCPLAh0mbzkiQDh71n" alt=""><figcaption></figcaption></figure>

#### 2. Menu head image:

Customize the menu image via [SecContacts.Defaults](/documentation/app-configuration-policy-name-values-for-sca/sca-configuration-seccontacts.defaults.md#ci-customization-options)

* MenuImageURI\_Option
* MenuImageHeight\_Option
* MenuImageMarginTop\_Option
* MenuImageMarginBottom\_Option

When customizing the menu image, please note that the image must be downloadable from the internet. Simply put the image on your WebServer of your own Internet page and then put the corresponding URL of the image in the AppConfig at MenuImageURI\_Option.&#x20;

The app checks at each login whether a new menu image has been configured and then attempts to download it. Once the image has been successfully downloaded, it is permanently cached and the app will NOT attempt to download it again. Only when a new image URL is configured will the app attempt to download the image again and then cache it. This gives you the option to change the image at any time.

Adjust the top and bottom margin of the menu image using MenuImageMarginTop\_Option and MenuImageMarginBottom\_Option.

Supports JPG and PNG images. Optimal resolution is 1000x900 pixel. If using a different aspect ratio or resolution, adjust the MenuImageHeight\_Option setting accordingly.

#### 3. Menu text and menu text selected item color:

Customize the text colors via [SecContacts.Defaults](/documentation/app-configuration-policy-name-values-for-sca/sca-configuration-seccontacts.defaults.md#ci-customization-options)

* MenuTextColor\_LightMode\_Option
* MenuTextColor\_DarkMode\_Option
* MenuTextColorSelected\_LightMode\_Option
* MenuTextColorSelected\_DarkMode\_Option

#### 4. Menu background and menu background selected item color:

Customize the background colors via [SecContacts.Defaults](/documentation/app-configuration-policy-name-values-for-sca/sca-configuration-seccontacts.defaults.md#ci-customization-options)

* MenuBgColor\_LightMode\_Option
* MenuBgColor\_DarkMode\_Option
* MenuBgColorSelected\_LightMode\_Option
* MenuBgColorSelected\_DarkMode\_Option

<figure><img src="/files/3a28FHFoALGpkO2yJ8hE" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.secure-contacts.com/documentation/app-configuration-policy-name-values-for-sca/sca-configuration-ci-customization-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
