# Answer Box Custom Style

**What is Custom Style?**\
This feature allows users to personalize the appearance of the answer box, including:

* Background color
* Text color
* Opacity
* Border options

**How to Customize the Answer Box?**

1. Open the **QuizSolver Extension**.
2. Go to **Settings** → **Full Settings** → **Custom Style**.
3. Adjust the **Background**, **Text color**, and **Opacity** sliders.
4. Enable or disable the **border**.
5. Your settings will be applied instantly.

<figure><img src="https://3463371604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb5inSMXD5tHpg4oFQYGD%2Fuploads%2FYLsXibK8xG7PGk8ZTs9Q%2Fimage.png?alt=media&#x26;token=d11d9773-5020-4734-a572-987937253dac" alt=""><figcaption><p>Custom style for the answers box</p></figcaption></figure>

{% hint style="info" %}
*This is useful for adapting the appearance to different websites and personal preferences.*
{% endhint %}


---

# 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.quizsolverai.com/doc/answer-box-custom-style.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.
