# Grid widget

### Change rating color

{% code overflow="wrap" %}

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

/* сhange review rating color */
.reputon-google-reviews-widget .reputon-grid .reputon-card .reputon-rating-stars {color: green;}

/* сhange footer rating color */
.reputon-google-reviews-widget .reputon-grid .reputon-reviews-head .reputon-rating-stars {color: green;}

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

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

{% endcode %}

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

***

### Change name color

{% code overflow="wrap" %}

```css
/* change name color */
.reputon-google-reviews-widget .reputon-grid .reputon-name {color: red;}

/* change reviews name only */
.reputon-google-reviews-widget .reputon-grid .reputon-grid-wrapper .reputon-name {color: red;}

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

{% endcode %}

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

***

### Change review text color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change publishing date color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid .reputon-date {color: red;}
```

{% endcode %}

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

***

### Change reviews counter color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change border width, style and color

{% code overflow="wrap" %}

```css
/* reviews border*/
.reputon-google-reviews-widget .reputon-grid .reputon-top-part {border: 3px solid red;}

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

{% endcode %}

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

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

***

### Change review card background color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid .reputon-top-part {background: #eed5d5;}
```

{% endcode %}

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

***

### Change header background color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid .reputon-reviews-head {background: #eed5d5;}
```

{% endcode %}

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

***

### Change “Leave a Review” button color

{% code overflow="wrap" %}

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

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

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

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

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

{% endcode %}

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

***

### Change “Load more” button

{% code overflow="wrap" %}

```css
/* regular state */
.reputon-google-reviews-widget .reputon-grid .reputon-load-more {color: #fff; background: red;}

/* borders */
.reputon-google-reviews-widget .reputon-grid .reputon-load-more {border: 3px solid red;}

/* hover, active states */
.reputon-google-reviews-widget .reputon-grid .reputon-load-more:hover,
.reputon-google-reviews-widget .reputon-grid .reputon-load-more:not([disabled]):active,
.reputon-google-reviews-widget .reputon-grid .reputon-load-more:not([disabled]):active {color: #fff; background: brown;}

/* 'load more' button text */
.reputon-google-reviews-widget .reputon-grid .reputon-load-more.editable:after {content: 'your text';}

/* 'load more' button font */
.reputon-google-reviews-widget .reputon-grid .reputon-load-more {font-family: Comic Sans MS;}
```

{% endcode %}

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

***

### Change “Verified” icon color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change widget font

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid.reputon-reviews-holder {font-family: Comic Sans MS;}
```

{% endcode %}

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

***

### Change review text font

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid .reputon-text-holder {font-family: Comic Sans MS;}
```

{% endcode %}

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

***

### Change header font

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid .reputon-reviews-head {font-family: Comic Sans MS;}
```

{% endcode %}

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

***

### Hide customer avatar

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide customer name

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide review posting date

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid .reputon-date {display: none;}
```

{% endcode %}

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

***

### Add margin above widget

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Add margin below widget

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Remove “Show more”

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid .reputon-show-more 
{display: none;}
.reputon-google-reviews-widget .reputon-grid .reputon-text
{-webkit-line-clamp: unset; mask-image: none;}
```

{% endcode %}

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

***

### Change “Show more” button

{% code overflow="wrap" %}

```css
/* change color */
.reputon-google-reviews-widget .reputon-grid .reputon-show-more {color: red;}

/* remove underline */
.reputon-google-reviews-widget .reputon-grid .reputon-show-more span {text-decoration: none;}

/* change font */
.reputon-google-reviews-widget .reputon-grid .reputon-show-more {font-family: Comic Sans MS;}
```

{% endcode %}

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

***

### Hide header content

{% code overflow="wrap" %}

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

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

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

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

/* hide seller avatar */
.reputon-google-reviews-widget .reputon-grid .reputon-reviews-head .reputon-image {display: none;}
```

{% endcode %}

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

<figure><img src="/files/0Tmtdw5IfmdNd4hg2rLR" alt=""><figcaption></figcaption></figure>

***

### Adjust widget width

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide widget on mobile

{% code overflow="wrap" %}

```css
@media (max-width: 460px) { 
	.reputon-google-reviews-widget .reputon-grid.reputon-reviews-holder {display: none; }}
```

{% endcode %}

***

### Change widget color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid {background: bisque;}

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

{% endcode %}

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

***

### Hide Google logo from reviews

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid .reputon-review-logo {display: none;}
```

{% endcode %}

***

### Hide top part of reviews

{% code overflow="wrap" %}

```css
/* Hide top part */
.reputon-google-reviews-widget .reputon-grid .reputon-single-review .reputon-review-header {display: none;}

/* Move to the bottom */
.reputon-google-reviews-widget .reputon-grid .reputon-single-review .reputon-review-header {order: 5;}
```

{% endcode %}

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

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

***

### Apply black-and-white filter

{% code overflow="wrap" %}

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

{% endcode %}

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

***

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

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-grid .reputon-info .reputon-name:after {
  content: ‘your name’;}
```

{% endcode %}

***

### Return design to legacy version

Add CSS at the top of the custom CSS block

{% code overflow="wrap" %}

```css
/* hide new elements */
.reputon-google-reviews-widget .reputon-grid .reputon-reviewer-info {display: none;}
.reputon-google-reviews-widget .reputon-grid .reputon-bottom-navigation-btns {display: none;}

/* move Google logo */
.reputon-google-reviews-widget .reputon-grid .reputon-review-header {position: absolute;right: 30px;}

/* show hidden elements */
.reputon-google-reviews-widget .reputon-grid .reputon-bottom-part {display: flex !important;}

.reputon-google-reviews-widget .reputon-grid .reputon-top-part::before {
	content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: -1;
  transform: skewY(-45deg) translateY(-11px);
  top: 100%;
  left: 50px; 
  background: rgb(243, 246, 249);}
 
/* change avatar size */
.reputon-google-reviews-widget .reputon-grid .reputon-image {
  width: 50px;
  height: 50px;
  min-width: 50px;}
```

{% endcode %}

<figure><img src="/files/3GzWZum9iODfusEtLSFX" alt=""><figcaption></figcaption></figure>

***

{% 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: 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/google-reviews-app/custom-style-codes/grid-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.
