> 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/testimonials-slider-app/custom-style-codes/customer-story-widget.md).

# Customer story widget

### Change rating color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-rating-stars {color: dodgerblue;}
```

{% endcode %}

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

***

### Change name color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-name {color: red;}
```

{% endcode %}

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

***

### Change caption color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-caption {color: red;}
```

{% endcode %}

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

***

### Change review text color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-text {color: dodgerblue;}
```

{% endcode %}

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

***

### Change date color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-date {color: dodgerblue;}
```

{% endcode %}

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

***

### Change border width, style and color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-top-part {border: 3px solid orange;}
```

{% endcode %}

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

***

### Change review card background color

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-top-part {background: skyblue;}
```

{% endcode %}

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

***

### Change widget font

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story {font-family: 'Comic Sans MS' !important;}
```

{% endcode %}

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

***

### Change navigation arrows

{% code overflow="wrap" %}

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

/* hide arrows */
.reputon-testimonials-widget .reputon-customer_story .reputon-swiper-button-next,  
.reputon-testimonials-widget .reputon-customer_story .reputon-swiper-button-prev {display: none;}

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

/* color arrows */
.reputon-testimonials-widget .reputon-customer_story .reputon-swiper-button-next,  
.reputon-testimonials-widget .reputon-customer_story .reputon-swiper-button-prev {color: red; background: pink;}

/* move arrows (use negative numbers to position higher) */
.reputon-testimonials-widget .reputon-customer_story .reputon-swiper-button-next,  
.reputon-testimonials-widget .reputon-customer_story .reputon-swiper-button-prev {margin: 200px;}
```

{% endcode %}

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

***

### Hide customer name

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-single-review .reputon-name {display: none;}
```

{% endcode %}

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

***

### Hide caption

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-single-review .reputon-caption {display: none;}
```

{% endcode %}

<figure><img src="/files/16hnvdUOv64q5mgA53aO" alt=""><figcaption></figcaption></figure>

***

### Hide logo

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-single-review .reputon-review-logo {display: none;}
```

{% endcode %}

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

***

### Hide date

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-single-review .reputon-date {display: none;}
```

{% endcode %}

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

***

### Hide rating

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story .reputon-single-review .reputon-rating-stars {display: none;}
```

{% endcode %}

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

***

### Change “Leave a Review” button

{% code overflow="wrap" %}

```css
/* regular state color */
.reputon-testimonials-widget .reputon-customer_story .reputon-bt.reputon-leave-review {color: #fff; background: red;}

/* borders */
.reputon-testimonials-widget .reputon-customer_story .reputon-bt.reputon-leave-review {border: 3px solid red;}

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

/* customize text */
.reputon-testimonials-widget .reputon-customer_story .reputon-bt.reputon-leave-review.editable:after {content: 'your text';} 

/* 'load more' button font */
.reputon-testimonials-widget .reputon-customer_story
.reputon-bt.reputon-leave-review.editable:after {font-family: Comic Sans MS;}

/* remove button */
.reputon-testimonials-widget .reputon-customer_story .reputon-bt.reputon-leave-review {display: none;}
```

{% endcode %}

<div align="center"><figure><img src="/files/GNm0DEWsiPxKlRVheEeG" alt=""><figcaption></figcaption></figure></div>

***

### Change widget max-width

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget[data-type="customer_story"] {max-width: 600px !important;}
```

{% endcode %}

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

***

### Add margin above widget

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story {margin-top: 200px !important;}
```

{% endcode %}

***

### Add margin below widget

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story {margin-bottom: 200px !important;}
```

{% endcode %}

***

### Hide widget on mobile

{% code overflow="wrap" %}

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

{% endcode %}

***

### Color the widget

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story {
  background: bisque;}

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

{% endcode %}

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

***

### Apply black-and-white filter

{% code overflow="wrap" %}

```css
.reputon-testimonials-widget .reputon-customer_story {filter: grayscale(100%);}
```

{% endcode %}

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

***

{% hint style="info" icon="comments-question-check" %}
**Have questions or need help with CSS? Contact us 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/testimonials-slider-app/custom-style-codes/customer-story-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.
