> 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/carousel-widget-header-position-left-side.md).

# Carousel widget (Header position - left side)

### Change rating color

{% code overflow="wrap" %}

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

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

/* сhange plate rating color */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate .reputon-rating-stars
{color: green;}

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

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

{% endcode %}

<figure><img src="/files/6IdxEpIiqwYPNwQDrckB" alt=""><figcaption></figcaption></figure>

***

### Change name color

{% code overflow="wrap" %}

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

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

/* change plate name only */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate .reputon-name {color: red;}
```

{% endcode %}

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

***

### Change review text color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change publishing date color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change reviews counter color

{% code overflow="wrap" %}

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

{% endcode %}

<figure><img src="/files/78JMaEuXhPrgCk3o3kYe" alt=""><figcaption></figcaption></figure>

***

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

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change review card background color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

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

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate {border: 3px solid red;}
```

{% endcode %}

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

***

### Change plate background color

```css
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate
{background: #eed5d5;}
```

<figure><img src="/files/8Pw8DIpxRUIbCvdHLYkj" alt=""><figcaption></figcaption></figure>

***

### Change “Leave a Review” button

{% code overflow="wrap" %}

```css
/* regular state background color */
.reputon-google-reviews-widget .reputon-carousel .reputon-leave-review {background: purple;}
​
/* regular state text color */
.reputon-google-reviews-widget .reputon-carousel .reputon-leave-review {color: #fff;}

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

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

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

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

{% endcode %}

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

***

### Change “Verified” icon color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change widget font

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change review text font

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change static plate font

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change navigation button size

{% code overflow="wrap" %}

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

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

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

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

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

{% endcode %}

<figure><img src="/files/9AiOpJmAjcQAkr3BPkt4" alt=""><figcaption></figcaption></figure>

***

### Center plate contents

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide customer avatar

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide customer name

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide review posting date

{% code overflow="wrap" %}

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

{% endcode %}

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

***

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

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-carousel .reputon-show-more {display: none;}
.reputon-google-reviews-widget .reputon-carousel .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-carousel .reputon-show-more {color: red;}

/* change color */
.reputon-google-reviews-widget .reputon-carousel .reputon-show-more span {text-decoration: none;}

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

{% endcode %}

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

***

### Move plate

{% code overflow="wrap" %}

```css
/* to the top */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate-container {flex-direction: column;}

/* to the bottom */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate-container {flex-direction: column;}
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate {order:2;}

/* to the top of the current side */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate {align-self: flex-start;}

/* to the bottom of the current side */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate {align-self: flex-end;}

/* to the right side */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate {order: 2;}
```

{% endcode %}

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

***

### Hide plate content

{% code overflow="wrap" %}

```css
/* hide entire plate */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate {display: none;}

/* hide reviews counter */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate 
.reputon-reviews-count {display: none;}

/* hide seller name */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate 
.reputon-name {display: none;}

/* hide rating */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate 
.reputon-rating-stars {display: none;}

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

/* hide rating stars */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate .reputon-rating-stars .reputon-count-text {display: none;}

/* hide logo */
.reputon-google-reviews-widget .reputon-carousel .reputon-static-plate 
.reputon-image {display: none;}

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

{% endcode %}

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

***

### Remove reviews

{% code overflow="wrap" %}

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

{% endcode %}

<figure><img src="/files/39Rq6gTvOtFz7yF2sF3S" alt=""><figcaption></figcaption></figure>

***

### Add margin above widget

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Add margin below widget

{% code overflow="wrap" %}

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

{% endcode %}

<figure><img src="/files/CfakFmFLC14iDfmHFjSU" 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/XxbQbGKj8tkILCVbvqtv" alt=""><figcaption></figcaption></figure>

***

### Hide widget on mobile

{% code overflow="wrap" %}

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

{% endcode %}

***

### Change widget color

{% code overflow="wrap" %}

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

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

{% endcode %}

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

***

### Hide Google logo from reviews

{% code overflow="wrap" %}

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

{% endcode %}

<figure><img src="/files/92LTg8eQE9O4W4Z4T7KG" alt=""><figcaption></figcaption></figure>

***

### Change reviews top part

{% code overflow="wrap" %}

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

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

{% endcode %}

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

***

### Apply black-and-white filter

{% code overflow="wrap" %}

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

{% endcode %}

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

***

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

{% code overflow="wrap" %}

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

{% 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-carousel .reputon-reviewer-info {display: none;}
.reputon-google-reviews-widget .reputon-carousel .reputon-bottom-navigation-btns {display: none;}

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

/* show hidden elements */
.reputon-google-reviews-widget .reputon-carousel .reputon-carousel-footer {display: block;}
.reputon-google-reviews-widget .reputon-carousel .reputon-bottom-part {display:flex !important;}
.reputon-google-reviews-widget .reputon-carousel .reputon-buttons-holder {display: flex !important;}
.reputon-google-reviews-widget .reputon-carousel .reputon-swiper-button-prev {display: block;}
.reputon-google-reviews-widget .reputon-carousel .reputon-swiper-button-next {display: block;}

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

{% endcode %}

<figure><img src="/files/QM3SgP2qJMIZw6xfxNv0" 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
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/carousel-widget-header-position-left-side.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.
