> 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/carousel-widget/rotator-widget-variant.md).

# Rotator widget (variant)

### Change rating color

{% code overflow="wrap" %}

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

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

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

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

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

{% endcode %}

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

***

### Change name color

{% code overflow="wrap" %}

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

/* change reviews name only */
.reputon-google-reviews-widget .reputon-rotator .reputon-carousel-holder .reputon-name {color: red;}

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

{% endcode %}

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

***

### Change review text color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change publishing date color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change reviews counter color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

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

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change review card background color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

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

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-rotator .reputon-reviews-head {border: 3px solid red;}
```

{% endcode %}

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

***

### Change header background color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change “Leave a Review” button

{% code overflow="wrap" %}

```css
/* regular state background color */
.reputon-google-reviews-widget .reputon-rotator .reputon-leave-review {background: purple;}

/* regular state text color */
.reputon-google-reviews-widget .reputon-rotator .reputon-leave-review {color: #fff;}

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

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

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

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

{% endcode %}

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

***

### Change “Verified” icon color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change widget font

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-rotator .reputon-carousel-container {font-family: Comic Sans MS;}
```

{% endcode %}

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

***

### Change navigation arrows

{% code overflow="wrap" %}

```css
/* change button size */
.reputon-google-reviews-widget .reputon-rotator .reputon-swiper-button-next,  
.reputon-google-reviews-widget .reputon-rotator .reputon-swiper-button-prev {min-width: 80px; height: 80px;}

/* change arrows size (change buttons size too) */
.reputon-google-reviews-widget .reputon-rotator .reputon-swiper-button-next svg,  
.reputon-google-reviews-widget .reputon-rotator .reputon-swiper-button-prev svg {min-width: 80px; height: 80px;}

/* hide arrows */
.reputon-google-reviews-widget .reputon-rotator .reputon-swiper-button-next,  
.reputon-google-reviews-widget .reputon-rotator .reputon-swiper-button-prev {display: none;}

/* hide arrows only on mobile */
@media(max-width: 760px) {
	.reputon-google-reviews-widget .reputon-rotator .reputon-swiper-button-next,  
	.reputon-google-reviews-widget .reputon-rotator .reputon-swiper-button-prev 
	{display: none;}}

/* color arrows */
.reputon-google-reviews-widget .reputon-rotator.reputon-swiper-button-next,  
.reputon-google-reviews-widget .reputon-rotator .reputon-swiper-button-prev {color: red; background: yellow;}

```

{% endcode %}

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

***

### Center header content

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-rotator .reputon-reviews-head .reputon-content {align-items: center;}
```

{% endcode %}

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

***

### Hide customer avatar

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide customer name

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide review posting date

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Remove “Show more” button (Open all reviews)

{% code overflow="wrap" %}

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

{% endcode %}

***

### Change “Show more” button

{% code overflow="wrap" %}

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

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

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

{% endcode %}

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

***

### Hide header content

{% code overflow="wrap" %}

```css
/* hide entire header (use option Header position - hidden instead) */
.reputon-google-reviews-widget .reputon-rotator .reputon-reviews-head {display: none;}

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

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

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

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

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

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

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

{% endcode %}

***

### Remove reviews

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-rotator .reputon-carousel-holder {display: none !important;}
```

{% endcode %}

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

***

### Add margin above widget

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-rotator .reputon-carousel-container {margin-top: 100px;}
```

{% endcode %}

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

***

### Add margin below widget

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-rotator .reputon-carousel-container {margin-bottom: 100px;}
```

{% endcode %}

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

***

### Change widget width

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget[data-type="carousel"] {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto}
```

{% endcode %}

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

***

### Hide widget on mobile

{% code overflow="wrap" %}

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

{% endcode %}

***

### Move header below widget

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-rotator .reputon-reviews-head {order: 2;}
```

{% endcode %}

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

***

### Change widget color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-rotator {
  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-rotator) {background: bisque;}
</style> 
```

{% endcode %}

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

***

### Hide Google logo from reviews

{% code overflow="wrap" %}

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

{% endcode %}

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

***

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

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-rotator .reputon-info .reputon-name {
font-size: 0;}
.reputon-google-reviews-widget .reputon-rotator .reputon-info .reputon-name:after {
content: 'your name';
display: inline;
font-size: 14px;}
```

{% endcode %}

***

### Change top part of reviews

{% code overflow="wrap" %}

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

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

{% endcode %}

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

***

### Apply black-and-white filter

{% code overflow="wrap" %}

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

{% endcode %}

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

***

{% hint style="info" icon="comments-question" %}
**Have questions or need help with CSS?** **We're here to help 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/google-reviews-app/custom-style-codes/carousel-widget/rotator-widget-variant.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.
