> 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/sticky-widgets/sticky-slider-widget/sticky-slider-modal.md).

# Sticky slider modal

### Change rating color

<pre class="language-css" data-overflow="wrap"><code class="lang-css">/* сhange review rating color */
<strong>.reputon-google-reviews-widget .reputon-slider-modal .reputon-card .reputon-rating-stars {color: green;}
</strong>
/* сhange header rating stars color */
.reputon-google-reviews-widget .reputon-slider-modal .reputon-header-stars {color: green;}

/* сhange header rating counter color */
<strong>.reputon-google-reviews-widget .reputon-slider-modal .reputon-header-rating {color: green;}
</strong></code></pre>

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

***

### Change name color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change review text color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-text {color: red;}
```

{% endcode %}

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

***

### Change publishing date color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change 'show more' color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-show-more {color: red;}
```

{% endcode %}

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

***

### Remove underline from 'show more' button

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-show-more span {text-decoration: none;}
```

{% endcode %}

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

***

### Change reviews counter color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-header-reviews-counter {color: red;}
```

{% endcode %}

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

***

### Change header border width, style and color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-slider-modal-header {border: 3px solid red !important;}
```

{% endcode %}

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

***

### Change review border width, style and color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change review card background color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change header background color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-slider-modal-header {background: #eed5d5;}
```

{% endcode %}

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

***

### Change body background color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-slider-modal-container {background: #eed5d5;}
```

{% endcode %}

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

***

### Change scroll color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-slider-modal-container::-webkit-scrollbar-thumb {background: red;}
.reputon-google-reviews-widget .reputon-slider-modal .reputon-slider-modal-container::-webkit-scrollbar-track {background: black;}
```

{% endcode %}

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

***

### Change close button

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-slider-modal-close {color: red;}
```

{% endcode %}

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

***

### Change “Verified” icon color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change widget font

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal {font-family: Comic Sans MS !important;}
```

{% endcode %}

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

***

### Hide customer avatar

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide customer name

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide review posting date

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide header content

{% code overflow="wrap" %}

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

/* hide reviews counter */
.reputon-google-reviews-widget .reputon-slider-modal .reputon-header-reviews-counter {display: none;}

/* hide rating stars */
.reputon-google-reviews-widget .reputon-slider-modal .reputon-header-stars {display: none;}

/* hide rating counter */
.reputon-google-reviews-widget .reputon-slider-modal .reputon-header-rating {display: none;}

/* hide Google logo */
.reputon-google-reviews-widget .reputon-slider-modal .reputon-header-logo {display: none;}
```

{% endcode %}

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

***

### Change widget width

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-slider-modal-container {width: 700px;}
```

{% endcode %}

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

***

### Hide Google logo from reviews

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide rating from reviews

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-slider-modal .reputon-rating-stars {display: none;}
```

{% endcode %}

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

***

### Change top part of reviews

{% code overflow="wrap" %}

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

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

{% endcode %}

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

***

### Apply black-and-white filter

{% code overflow="wrap" %}

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

{% endcode %}

<figure><img src="/files/Gxht6nGg8xE3rCxnfszC" 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/sticky-widgets/sticky-slider-widget/sticky-slider-modal.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.
