> 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/testimonials-slider-app/custom-style-codes/list-widget.md).

# List widget

### Change rating color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-rating-stars {color: dodgerblue;}
```

{% endcode %}

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

***

### Change name color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-name {color: red;}
```

{% endcode %}

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

***

### Change caption color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-caption {color: red;}
```

{% endcode %}

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

***

### Change review text color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-text {color: dodgerblue;}
```

{% endcode %}

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

***

### Change date color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-date {color: dodgerblue;}
```

{% endcode %}

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

***

### Change avatar size

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-image {width: 70px; height: 70px;}
```

{% endcode %}

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

***

### Change border color

{% code overflow="wrap" %}

```css
/* entire widget border */
.reputon-testimonials-widget .reputon-list .reputon-reviews-body {border: 3px solid red;}
```

{% endcode %}

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

***

### Change **background color**

{% code overflow="wrap" %}

```css
/* widget background */
.reputon-testimonials-widget .reputon-list .reputon-list-container {background: antiquewhite;}
  
/* reviews background */
.reputon-testimonials-widget .reputon-list .reputon-reviews-body {background: antiquewhite;}

/* To change the widget section color, add this code to theme.liquid */
<style> 
section:has(.reputon-testimonials-widget .reputon-list .reputon-standard) {background: bisque;}
</style> 
```

{% endcode %}

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

***

### Change widget font

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list {font-family: 'Comic Sans MS' !important;}
```

{% endcode %}

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

***

### Hide customer name

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-single-review .reputon-name {display: none;}
```

{% endcode %}

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

***

### Hide caption

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-single-review .reputon-caption {display: none;}
```

{% endcode %}

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

***

### Hide logo

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-single-review .reputon-review-logo {display: none;}
```

{% endcode %}

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

***

### Hide date

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-single-review .reputon-date {display: none;}
```

{% endcode %}

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

***

### Hide rating

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-single-review .reputon-rating-stars {display: none;}
```

{% endcode %}

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

***

### Hide avatar

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-single-review .reputon-image {display: none;}
```

{% endcode %}

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

***

### Change “Leave a Review” button

```css
/* regular state color */
.reputon-testimonials-widget .reputon-list .reputon-bt.reputon-leave-review 
{color: #fff; background: red;}

/* borders */
.reputon-testimonials-widget .reputon-list .reputon-bt.reputon-leave-review 
{border: 3px solid red;}

/* hover, active states color */
.reputon-testimonials-widget .reputon-list .reputon-bt.reputon-leave-review:hover,
.reputon-testimonials-widget .reputon-list .reputon-bt.reputon-leave-review:not([disabled]):active,
.reputon-testimonials-widget .reputon-list .reputon-bt.reputon-leave-review:not([disabled]):active 
{color: #fff; background: brown;}

/* customize text */
.reputon-testimonials-widget .reputon-list .reputon-bt.reputon-leave-review.editable:after 
{content: 'your text';} 

/* 'load more' button font */
.reputon-testimonials-widget .reputon-list
.reputon-bt.reputon-leave-review.editable:after {font-family: Comic Sans MS;}

/* remove button */
.reputon-testimonials-widget .reputon-list .reputon-bt.reputon-leave-review 
{display: none;}
```

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

***

### Change widget max-width

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget[data-type="list"] {max-width: 600px !important;}
```

{% endcode %}

<figure><img src="/files/2DtEsn8AQVK9Sz1bS5ha" alt=""><figcaption></figcaption></figure>

***

### Change scroll color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list .reputon-list-wrapper::-webkit-scrollbar-thumb {background: red;}
.reputon-testimonials-widget .reputon-list .reputon-list-wrapper::-webkit-scrollbar-track {background: black;}
```

{% endcode %}

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

***

### Change widget height

<pre class="language-css" data-overflow="wrap"><code class="lang-css"><strong>.reputon-testimonials-widget .reputon-list .reputon-reviews-body {max-height: 200px;}
</strong>
/* open all reviews without scroll */
.reputon-testimonials-widget .reputon-list .reputon-reviews-body {max-height: fit-content;}
</code></pre>

<figure><img src="/files/1v8wKIQlPLFainW9QvyQ" alt=""><figcaption></figcaption></figure>

***

### Add margin above widget

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list {margin-top: 200px !important;}
```

{% endcode %}

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

***

### Add margin below widget

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list {margin-bottom: 200px !important;}
```

{% endcode %}

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

***

### Hide widget on mobile

{% code overflow="wrap" %}

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

{% endcode %}

***

### Apply black-and-white filter

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-list {filter: grayscale(100%);}
```

{% endcode %}

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

***

{% hint style="info" icon="comments-question-check" %}
**Have questions or need help with CSS? Contact us at** [**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
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/testimonials-slider-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.
