# Look and feel

### Matching company color/design scheme

Each web page contains some default styling that can be adjusted to match company color scheme or design design guidelines.

### Changing logo

Each webapp contains header with logo in it. By default it is KASKO logo, but this can be changed in styling section.

<div align="center"><figure><img src="/files/aM7eQbNclnKdyGXKNn1U" alt=""><figcaption></figcaption></figure></div>

A new window on right hand side will appear that contains theme controls and settings.

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

To change logo, simply click on logo image and select and image from your computer. It will be saved to webapp and changed in every webapp page.

### Adjusting colors

From that same `Styling` panel it is possible to adjust fonts, colors and other styling variables to create unique look and feel.

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

Custom CSS can also be added in this panel under `Advanced mode`. Advanced mode also reveals way more variables that can be adjusted, like button border radius and more.


---

# 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.kasko.io/webapp-builder-manual/basic-concepts/look-and-feel.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.
