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

# List widget

### Change rating color

{% code overflow="wrap" %}

```css
/* сhange rating color */
.reputon-google-reviews-widget .reputon-standard .reputon-rating-stars {color: green;}

/* сhange review rating color */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body .reputon-rating-stars {color: red;}

/* сhange header rating color */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head .reputon-rating-stars {color: red;}

/* сhange header rating counter color */
.reputon-google-reviews-widget .reputon-standard .reputon-count-number {color: red;}

/* сhange header rating stars color */
.reputon-google-reviews-widget .reputon-standard .reputon-count-text {color: red;}
```

{% endcode %}

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

***

### Change name color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard .reputon-name {color: red;}

/* change reviews name only*/
.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-name {color: red;}

/* change header name only*/
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head .reputon-name {color: red;}
```

{% endcode %}

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

***

### Change review text color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-text,
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-text p  {color: red;}
```

{% endcode %}

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

***

### Change publishing date color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-time {color: red;}
```

{% endcode %}

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

***

### Change reviews counter color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-count {color: red;}
```

{% endcode %}

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

***

### Change border width, style and color

{% code overflow="wrap" %}

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

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

/* reviews body */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body {border: 3px solid red;}

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

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

{% endcode %}

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

***

### Change background color

{% code overflow="wrap" %}

```css
/* reviews background */
.reputon-google-reviews-widget .reputon-standard .reputon-single-review {background: antiquewhite;}

/* reviews body background */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body {background: antiquewhite;}

/* header background */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head {background: antiquewhite;}

/* footer background */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-footer {background: antiquewhite;}

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

{% endcode %}

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

***

### Change “Leave a Review” button

{% code overflow="wrap" %}

```css
/* regular state color */
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review { 
	color: #fff; 
	background: red;}

/* borders */
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review {border: 3px solid red;}

/* hover, active states color */
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review:hover,
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review:not([disabled]):active,
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review:not([disabled]).active {
	 color: #fff; background: red;}

/* customize text */
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review.editable:after {content: 'your text';} 

/* 'leave a review' button font */
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review {font-family: Comic Sans MS;}
```

{% endcode %}

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

***

### Change “Verified” icon

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-verified-icon {color: red;}
```

{% endcode %}

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

***

### Change widget font

{% code overflow="wrap" %}

```css
/* change widget font */
.reputon-google-reviews-widget .reputon-standard.reputon-reviews-holder {font-family: Comic Sans MS;}

/* change review text font */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head {font-family: Comic Sans MS;}

/* сhange header font */
.reputon-google-reviews-widget .reputon-standard .reputon-single-review {font-family: Comic Sans MS;}
```

{% endcode %}

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

***

### Hide customer avatar

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-content .reputon-image {display: none;}
```

{% endcode %}

<figure><img src="/files/5eL7Sb2i74aooKcDE2VD" alt=""><figcaption></figcaption></figure>

***

### Hide customer name

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-name {display: none;}
```

{% endcode %}

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

***

### Hide review posting date

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-time {display: none;}
```

{% endcode %}

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

***

### Add margin above widget

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard.reputon-reviews-holder {margin-top: 100px;}
```

{% endcode %}

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

***

### Add margin below widget

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard.reputon-reviews-holder {margin-bottom: 100px;}
```

{% endcode %}

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

***

### Hide header content

{% code overflow="wrap" %}

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

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

/* hide seller name */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head .reputon-name {display: none;}

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

/* hide rating counter */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head .reputon-rating-stars .reputon-count-number {display: none;}

/* hide rating stars */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head .reputon-rating-stars .reputon-count-text {display: none;}

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

/* hide 'leave a review' button */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head .reputon-leave-review {display: none;}
```

{% endcode %}

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

***

### Adjust widget width

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard.reputon-reviews-holder {max-width: 400px;}
```

{% endcode %}

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

***

### Hide widget on mobile

<pre class="language-css" data-overflow="wrap"><code class="lang-css"><strong>@media (max-width: 460px) { 
</strong>	.reputon-google-reviews-widget .reputon-standard.reputon-reviews-holder {display: none;}}
</code></pre>

***

### Change scroll color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change widget height

{% code overflow="wrap" %}

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

/* open all reviews without scroll */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body {height: auto;}
```

{% endcode %}

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

***

### Apply black-and-white filter

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change seller name (only supported for "all" locations)

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-standard .reputon-info .reputon-name:after {
  content: 'your name';}
```

{% endcode %}

***

{% hint style="info" icon="comments-question" %}
**Have questions or need help with CSS?** **We're here 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
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/google-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.
