> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/acquiring/onramp-widget/how-to-customize-the-onramp-widget.md).

# How to customize the ONRAMP widget

#### Widget Appearance Customization

You can customize the appearance of the widget to match your project's style — simply add the desired parameters to the widget's URL.

The following settings are supported:

* Button color scheme
* Logo visibility
* Corner radius
* Light or dark theme

All parameters are optional and can be used individually or in combination.

<table><thead><tr><th width="178.953125">Parameter</th><th width="274.25">Description</th><th>Field</th></tr></thead><tbody><tr><td><strong>color</strong></td><td>Button color theme (default: Calypso color <code>256eff</code>)</td><td><mark style="color:blue;">optional</mark></td></tr><tr><td><strong>logo</strong></td><td>If set to <code>false</code>, the Calypso logo is hidden; if the parameter is omitted or set to <code>true</code>, the Calypso logo is displayed</td><td><mark style="color:blue;">optional</mark></td></tr><tr><td><strong>radius</strong></td><td>Corner radius</td><td><mark style="color:blue;">optional</mark></td></tr><tr><td><strong>theme</strong></td><td>Color theme (default: light theme if not specified)</td><td><mark style="color:blue;">optional</mark></td></tr></tbody></table>

**Widget url with customize parameters example:**

```

https://pay.calypso.money/onramp?account=0xf54aa3ec1f12a4eb3c8bf565078b371f3736f434&widgetKey=509ca990-8a94-45d5-858a-0971a1b7e2e9&idempotencyKey=dee72a7a-0e6d-4e7d-baf0-e7bf02a895d0&color=256eff&logo=true&radius=6&theme=light

```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.calypso.money/acquiring/onramp-widget/how-to-customize-the-onramp-widget.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.
