> For the complete documentation index, see [llms.txt](https://reputon.gitbook.io/reputon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reputon.gitbook.io/reputon-help/ebay-reviews-app/custom-style-codes/list-widget.md).

# List widget

## Change rating stars color

{% code overflow="wrap" %}

```css
/* change the color of the feedback text in seller widget */
.reputon-ebay-reviews-widget .reputon-standard .reputon-feedback .reputon-feedback-text {color: dodgerblue;}
	
/* change the color of the feedback counter in seller widget */
.reputon-ebay-reviews-widget .reputon-standard .reputon-feedback .reputon-feedback-counter {color: dodgerblue;}
	
/* HEADER - change the color of the feedback text in seller widget */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-head .reputon-feedback-text {color: dodgerblue;}
	
/* CARDS - change the color of the feedback text in seller widget */
.reputon-ebay-reviews-widget .reputon-standard .reputon-card .reputon-feedback-text {color: dodgerblue;}

/* change the color of the star rating in the widget */
.reputon-ebay-reviews-widget .reputon-standard .reputon-rating-stars {color: dodgerblue;}
	
/* HEADER - change the color of the star rating in the widget */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-head .reputon-rating-stars {color: dodgerblue;}
	
/* CARDS - change the color of the star rating in the widget */
.reputon-ebay-reviews-widget .reputon-standard .reputon-card  .reputon-rating-stars {color: dodgerblue;}
```

{% endcode %}

<figure><img src="/files/07aXrLJapgDYn7A5wjXL" alt=""><figcaption><p>feedback text</p></figcaption></figure>

<figure><img src="/files/Ii4OAFZlib5KZS1cN5eb" alt=""><figcaption><p>feedback counter</p></figcaption></figure>

<figure><img src="/files/0Adz1glhNXVWnWijN4R5" alt=""><figcaption><p>star rating</p></figcaption></figure>

***

## Change customer name color

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard .reputon-card .reputon-name {color: brown;}
```

{% endcode %}

<figure><img src="/files/4ux7rlONeoEtJlJFFnuC" alt=""><figcaption></figcaption></figure>

***

## Change publishing date color

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard .reputon-card .reputon-date {color: brown;}
```

{% endcode %}

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

***

## Change review text color

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-body .reputon-text {color: brown;}
```

{% endcode %}

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

***

## Change **border width, style and color**

{% code overflow="wrap" %}

```css
/* entire widget border */
.reputon-ebay-reviews-widget .reputon-standard .reputon-standard-container {border: 3px solid red;}

/* reviews border */
.reputon-ebay-reviews-widget .reputon-standard .reputon-single-review {border: 3px solid red;}

/* header border */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-head {border: 3px solid red;}

/* footer border */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-footer {border: 3px solid red;}
```

{% endcode %}

<figure><img src="/files/Y7v1elpDFu5veUUbQp7r" alt=""><figcaption><p> body</p></figcaption></figure>

<figure><img src="/files/XJgzGHLctbrydTxTxTyo" alt=""><figcaption><p>reviews</p></figcaption></figure>

<figure><img src="/files/TPf7rBmfgUvFx4GuJDTA" alt=""><figcaption><p>header</p></figcaption></figure>

<figure><img src="/files/V4aGRzyUcm1iLtWsrLtq" alt=""><figcaption><p>footer</p></figcaption></figure>

***

## Change **background color**

{% code overflow="wrap" %}

```css
/* reviews background */
.reputon-ebay-reviews-widget .reputon-standard .reputon-single-review {background: #b8ddd1;}

/* reviews body background */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-body {background: #b8ddd1;}

/* header background */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-head {background: #b8ddd1;}

/* footer background */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-footer {background: #b8ddd1;}

/* Add this code to theme.liquid to change the widget section color. */
<style> 
	section:has(.reputon-ebay-reviews-widget .reputon-standard) {background: #b8ddd1;}}
</style> 
```

{% endcode %}

<figure><img src="/files/U2y0CwcmbigNxS5c2qpB" alt=""><figcaption><p>body</p></figcaption></figure>

<figure><img src="/files/HrUcNoyvAz52IwRhzKHH" alt=""><figcaption><p>reviews</p></figcaption></figure>

<figure><img src="/files/mxdoowipLnDnpPaoLJJr" alt=""><figcaption><p>header</p></figcaption></figure>

<figure><img src="/files/5c6BDesZBH1aH4Gmhhm1" alt=""><figcaption><p>footer</p></figcaption></figure>

***

## Change widget font

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard {font-family: Comic Sans MS !important;}
```

{% endcode %}

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

***

## Remove some header blocks in widget

{% code overflow="wrap" %}

```css
/* remove entire header */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-head {display: none;}

/* hide reviews count block */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-head .reputon-reviews-count {display: none;}

/* hide logo */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-head .reputon-image {display: none;}

/* hide rating */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-head .reputon-rating {display: none;}
```

{% endcode %}

<figure><img src="/files/44Ez1zlglGrzCqpJu5V0" alt=""><figcaption><p>hide entire header</p></figcaption></figure>

<figure><img src="/files/Q9NZqOqiXUycjGulY0Ra" alt=""><figcaption><p>hide reviews counter</p></figcaption></figure>

<figure><img src="/files/c5SHbqTIePABrEYIC54i" alt=""><figcaption><p>hide logo</p></figcaption></figure>

<figure><img src="/files/Esh2aQ5e5PFeJglZVUsF" alt=""><figcaption><p>hide rating</p></figcaption></figure>

***

## Remove footer

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-footer {display: none;}
```

{% endcode %}

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

***

## Hide review rating

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard .reputon-card .reputon-rating {display: none;}
```

{% endcode %}

***

## Change widget width

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard {max-width: 500px !important;}
```

{% endcode %}

***

## Add margin above widget

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard {margin-top: 100px !important;}
```

{% endcode %}

***

## Add margin below widget

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard {margin-bottom: 100px !important;}
```

{% endcode %}

***

## Change widget heigh

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-body {
    height: 200px;}

/* open all reviews without scroll */
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-body {
 max-height: none;}
```

{% endcode %}

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

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

***

## **Hide widget on mobile**

{% code overflow="wrap" %}

```css
@media (max-width: 460px) { 
	.reputon-ebay-reviews-widget .reputon-standard {display: none !important;}}
```

{% endcode %}

***

## Change scroll color

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-body::-webkit-scrollbar-thumb {background: red;}
.reputon-ebay-reviews-widget .reputon-standard .reputon-reviews-body::-webkit-scrollbar-track {background: black;}
```

{% endcode %}

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

***

## Apply black-and-white filter on photos

{% code overflow="wrap" %}

```css
.reputon-ebay-reviews-widget .reputon-standard {filter: grayscale(100%);}
```

{% endcode %}

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

***

**Questions about CSS or need assistance? 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)**.**


---

# 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, and the optional `goal` query parameter:

```
GET https://reputon.gitbook.io/reputon-help/ebay-reviews-app/custom-style-codes/list-widget.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
