# Dual row carousel widget

### Change rating color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-card .reputon-rating-stars {color: green;}
```

{% endcode %}

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

***

### Change name color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-name {color: red;}
```

{% endcode %}

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

***

### Change review text color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change publishing date color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-date {color: red;}
```

{% endcode %}

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

***

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

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-top-part {border: 3px solid red;}
```

{% endcode %}

<figure><img src="/files/7tNByKYMp2pzqdYq9Q4z" alt=""><figcaption></figcaption></figure>

***

### Change review card background color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-top-part {background: aliceblue;}
```

{% endcode %}

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

***

### Change “Leave a Review” button

{% code overflow="wrap" %}

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

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

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

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

/* 'load more' button font */
.reputon-google-reviews-widget .reputon-dual-row-carousel
.reputon-leave-review{font-family: Comic Sans MS;}
```

{% endcode %}

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

***

### Change “Verified” icon color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change widget font

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change review text font

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide customer avatar

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide customer name

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide review posting date

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-date {display: none;}
```

{% endcode %}

<figure><img src="/files/75yEcjyrQTzWlxqh6EIc" alt=""><figcaption></figcaption></figure>

***

### Remove “Show more” button

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change “Show more” button

{% code overflow="wrap" %}

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

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

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

{% endcode %}

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

***

### Add margin above widget

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Add margin below widget

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change widget width

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide widget on mobile

{% code overflow="wrap" %}

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

{% endcode %}

***

### Change widget color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-dual-row-carousel {
  background: bisque;}

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

{% endcode %}

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

***

### Hide Google logo from reviews

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide bottom part of reviews

{% code overflow="wrap" %}

```css
/* hide top part */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-single-review 
.reputon-review-header {display: none;}

/* move to the bottom */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-single-review .reputon-review-header {order: 5;}
```

{% endcode %}

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

***

### Apply black-and-white filter

{% code overflow="wrap" %}

```css
/* on widget */
.reputon-google-reviews-widget .reputon-dual-row-carousel {filter: grayscale(100%);}
```

{% endcode %}

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

***

### 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-dual-row-carousel .reputon-reviewer-info {display: none;}

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

/* show hidden elements */
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-carousel-footer {display: block;}
.reputon-google-reviews-widget .reputon-dual-row-carousel .reputon-bottom-part {display: flex !important;}

.reputon-google-reviews-widget .reputon-dual-row-carousel .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-dual-row-carousel .reputon-image {
  width: 50px;
  height: 50px;
  min-width: 50px;}
```

{% endcode %}

<figure><img src="/files/2irqri5TaPIVZzomcO5y" 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/dual-row-carousel-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.
