# Can option styles be customized?

We support customizing option styles using CSS.

1. You can add your custom CSS code in **Settings > Customize**.
2. If the configured styles are not taking effect, it may be due to a priority issue. Please try adding `!important` after the style code and give it another try.

Here is an example of custom CSS:<br>

<figure><img src="/files/9aKNSjW2i62GXCxLjsM3" alt=""><figcaption></figcaption></figure>

**Note:** This customization may require a certain level of front-end knowledge. If you are unfamiliar with CSS coding, please let us know the desired styles you would like, such as background color, font color, font family, etc. We will assist you accordingly.


---

# 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://help.getalltool.com/king-linked-options/can-option-styles-be-customized.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.
