# How to customize widget style

Use custom CSS to change colors, fonts, spacing, borders and more, without touching your theme code.

### 4 steps to apply custom CSS:

1. Open the **Custom style codes** section in the sidebar and find the snippet for your widget type (Carousel, Grid, List, etc.).
2. In the app, go to **Display reviews → Custom widget style** and click **Edit**.
3. Paste the CSS snippet into the **Custom widget style** field.
4. Adjust the values to match your store design and click **Save**.

<div align="center"><figure><img src="/files/mFHZrhG6YNka0Bz8WWTC" alt="" width="563"><figcaption></figcaption></figure></div>

👉 See our extensive CSS codes database for each widget type below:

{% content-ref url="/pages/tvAvhU0lSoKOxKpVXoIf" %}
[Custom style codes](/reputon-help/ebay-reviews-app/custom-style-codes/carousel-widget.md)
{% endcontent-ref %}

### **Useful tips**

**Colors**: use a HEX value (e.g. `#ff8899`) or a plain color name (e.g. `red`, `yellow`).

**Borders**: set width (e.g. `1px`, `2px`), style (e.g. `solid`, `dotted`) and color (e.g. `#aa4455`) separately.

**Multiple snippets**: you can paste several CSS codes into the same field at once. They stack without conflict.

{% hint style="success" %}
**No time to do it yourself?** Our team can set everything up for you. Just reach out via live chat and we will handle it.
{% endhint %}

<p align="center"><a href="https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a" class="button primary">Chat with support</a></p>

***

{% hint style="info" icon="comments-question-check" %}
**Questions about CSS codes? We're excited to help:** [**support@reputon.com**](mailto:support@reputon.com) **or** [**live chat**](https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a)
{% 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://reputon.gitbook.io/reputon-help/ebay-reviews-app/faq/how-to-customize-widget-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.
