> 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/gallery-widget.md).

# Gallery widget

### Change rating color

{% code overflow="wrap" %}

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

/* сhange modal rating color */
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-rating-stars {color: green;}
```

{% endcode %}

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

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

***

### Change name color

{% code overflow="wrap" %}

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

/* change popup name only */
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-name {color: red;}
```

{% endcode %}

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

***

### Change popup review text color

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-review {color: red;}
```

{% endcode %}

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

***

### Change publishing date color

{% code overflow="wrap" %}

```css
/* change publishing card date only */
.reputon-google-reviews-widget .reputon-gallery .reputon-date {color: red;}

/* change publishing popup date only */
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-date {color: red;}
```

{% endcode %}

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

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

***

### Change border width, style and color

{% code overflow="wrap" %}

```css
/* reviews border*/
.reputon-google-reviews-widget .reputon-gallery .reputon-gallery-card {border: 3px solid red;}
```

{% endcode %}

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

***

### Change popup review card background color

{% code overflow="wrap" %}

```css
/* change popup background info container only */
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-popup-info-card {background: pink;}

/* change popup background image container only */
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-swiper-container {background: pink;}
```

{% endcode %}

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

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

***

### Change “Verified” icon color

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Change widget font

{% code overflow="wrap" %}

```css
/* change card font only */
.reputon-google-reviews-widget .reputon-gallery .reputon-info-bar {font-family: Comic Sans MS;}

/* change popup background image container only */
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-popup-info-card {font-family: Comic Sans MS;}
```

{% endcode %}

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

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

***

### Change review text font

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-review {font-family: Comic Sans MS;}
```

{% endcode %}

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

***

### Hide customer avatar

{% code overflow="wrap" %}

```css
/* hide card avatar */
.reputon-google-reviews-widget .reputon-gallery .reputon-avatar {display: none;}

/* hide popup avatar */
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-avatar {display: none;}
```

{% endcode %}

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

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

***

### Hide customer name

{% code overflow="wrap" %}

```css
/* hide card customer name */
.reputon-google-reviews-widget .reputon-gallery .reputon-name {display: none;}

/* hide popup customer name */
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-name {display: none;}
```

{% endcode %}

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

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

***

### Hide review posting date

{% code overflow="wrap" %}

```css
/* hide card posting date */
.reputon-google-reviews-widget .reputon-gallery .reputon-date {display: none;}

/* hide popup posting date */
.reputon-google-reviews-widget.gallery-reviews-popup .reputon-date {display: none;}
```

{% endcode %}

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

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

***

### Add margin above widget

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-gallery {margin-top: 100px !important;}
```

{% endcode %}

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

***

### Add margin below widget

<pre class="language-css" data-overflow="wrap"><code class="lang-css"><strong>.reputon-google-reviews-widget .reputon-gallery {margin-bottom: 100px !important;}
</strong></code></pre>

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

***

### Change style of info card

{% code overflow="wrap" %}

```css
/* change blur */
.reputon-google-reviews-widget .reputon-gallery .reputon-info-bar 
{backdrop-filter: blur(10px);}

/* change background color */
.reputon-google-reviews-widget .reputon-gallery .reputon-info-bar 
{background: blue;}
```

{% endcode %}

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

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

***

### Hide info card

{% code overflow="wrap" %}

```css
.reputon-google-reviews-widget .reputon-gallery .reputon-info-bar 
{display: none;}
```

{% endcode %}

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

***

### Change navigation arrows

{% code overflow="wrap" %}

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

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

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

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

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

{% endcode %}

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

***

### Adjust widget width

{% code overflow="wrap" %}

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

{% endcode %}

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

***

### Hide widget on mobile

{% code overflow="wrap" %}

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

{% endcode %}

***

### Apply black-and-white filter

{% code overflow="wrap" %}

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

{% endcode %}

<figure><img src="/files/VJKobYqCRbzUUtwZPSio" 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/gallery-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.
