# Masonry widget

## Change rating color

{% code overflow="wrap" %}

```css
/* change widget's rating color */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-rating-stars {color: dodgerblue;}

/* change card rating color */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-card .reputon-rating-stars {color: dodgerblue;}

/* change header rating color */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-rating-stars {color: dodgerblue;}

/* сhange header rating counter color */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-count-number {color: red;}

/* сhange header rating stars color */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-count-text {color: red;}
```

{% endcode %}

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

***

## Change Etsy header logo color

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-header-logo {color: dodgerblue;}
```

{% endcode %}

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

***

## Change Etsy reviews logo color

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-review-logo {color: dodgerblue;}
```

{% endcode %}

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

***

## Change name color

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-name {color: red;}

/* change customer name color */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-body .reputon-name {color: green;}

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

{% endcode %}

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

***

## Change review text color

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-text {color: dodgerblue;}
```

{% endcode %}

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

***

## Change publishing date color

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-date {color: dodgerblue;}
```

{% endcode %}

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

***

## Change reviews counter color

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-reviews-count {color: red;}
```

{% endcode %}

<figure><img src="/files/72Aujnpgx8u6pWcDjN6T" alt=""><figcaption></figcaption></figure>

***

## Change border width, style and color

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-card .reputon-top-part {border: 3px solid orange;}
	
/* header border */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-reviews-head {border: 3px solid red;}
```

{% endcode %}

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

***

## Change review card background color

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-card .reputon-top-part {background: skyblue;}
```

{% endcode %}

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

***

## Change header background color

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-reviews-head {background: lightblue;}
```

{% endcode %}

<figure><img src="/files/94Xv1TRlRTcHiyH7kXqB" alt=""><figcaption></figcaption></figure>

***

## Change “Verified” icon color

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-verified-icon {color: orange;}
```

{% endcode %}

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

***

## Change widget font

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry {font-family: 'Comic Sans MS' !important;}
```

{% endcode %}

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

***

## Center header title and reviews counter&#x20;

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-link {text-align: center;}

.reputon-etsy-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-header-info {flex-direction: column; gap: 8px;}
```

{% endcode %}

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

***

## Hide header title, rating, reviews and logo

{% code overflow="wrap" %}

```css
/* hide entire header */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-reviews-head {display: none;}

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

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

/* hide logo */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-image {display: none;}

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

/* hide header rating counter */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-count-number {display: none;}

/* hide rating stars */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-rating-stars .reputon-count-text {display: none;}
```

{% endcode %}

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

Seller name

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

Rating

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

Reviews counter

<figure><img src="/files/5GH6Xkrm0s26tjLdX1gu" alt=""><figcaption></figcaption></figure>

Logo

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

***

## Change “Load more” button

{% code overflow="wrap" %}

```css
/* change background color */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-masonry-container .reputon-load-more {background: orange;}

/* change text color */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-masonry-container .reputon-load-more {color: orange;}

/* change width */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-masonry-container .reputon-load-more {width: 200px; justify-content: center;}

/* change height */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-masonry-container .reputon-load-more {height: 50px; align-items: center;}

/* set border */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-masonry-container .reputon-load-more {border: 2px solid orange}

/* customize text */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-masonry-container .reputon-load-more.editable:after {content: 'your text';}

/* 'load more' button font */
.reputon-etsy-reviews-widget .reputon-masonry .reputon-masonry-container .reputon-load-more.editable:after {font-family: Comic Sans MS;}
```

{% endcode %}

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

***

## Hide customer avatar

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-single-review .reputon-avatar {display: none;}
```

{% endcode %}

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

***

## Hide customer name

{% code overflow="wrap" %}

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

{% endcode %}

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

***

## Hide review posting date

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-date {display: none;}
```

{% endcode %}

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

***

## Change widget max-width

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry {max-width: 550px !important;}
```

{% endcode %}

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

***

## Add margin above widget

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry {margin-top: 200px !important;}
```

{% endcode %}

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

***

## Add margin below widget

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry {margin-bottom: 200px !important;}
```

{% endcode %}

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

***

## **Hide widget on mobile**

{% code overflow="wrap" %}

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

{% endcode %}

***

## Hide Etsy logo from reviews

{% code overflow="wrap" %}

```css
.reputon-etsy-reviews-widget .reputon-masonry .reputon-review-logo {display: none;}
```

{% endcode %}

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

***

## Color the widget

{% code overflow="wrap" %}

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

{% endcode %}

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

***

## Apply black-and-white filter

{% code overflow="wrap" %}

```css
/* on photo */
.reputon-etsy-reviews-widget .reputon-masonry img {filter: grayscale(100%);}

/* on widget */
.reputon-etsy-reviews-widget .reputon-masonry {filter: grayscale(100%);}
```

{% endcode %}

<figure><img src="/files/63GRWfEWKKMjNkNrwT2C" alt=""><figcaption></figcaption></figure>

***

**Questions about CSS or need assistance? We're excited 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)**.**


---

# Agent Instructions: 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:

```
GET https://reputon.gitbook.io/reputon-help/etsy-reviews-app/custom-style-codes/masonry-widget.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
