Masonry widget
Change rating color
/* сhange rating color */
.reputon-google-reviews-widget .reputon-masonry .reputon-rating-stars {color: green;}
/* сhange review rating color */
.reputon-google-reviews-widget .reputon-masonry .reputon-card .reputon-rating-stars {color: green;}
/* сhange footer rating color */
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-rating-stars {color: green;}
/* сhange header rating counter color */
.reputon-google-reviews-widget .reputon-masonry .reputon-count-number {color: red;}
/* сhange header rating stars color */
.reputon-google-reviews-widget .reputon-masonry .reputon-count-text {color: red;}

Change name color
.reputon-google-reviews-widget .reputon-masonry .reputon-name {color: red;}
/* change reviews name only*/
.reputon-google-reviews-widget .reputon-masonry .reputon-body .reputon-name {color: red;}
/* change header name only*/
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-name
{color: red;}

Change reviews counter color
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-count {color: red;}

Change review text color
.reputon-google-reviews-widget .reputon-masonry .reputon-text {color: red;}

Change publishing date color
.reputon-google-reviews-widget .reputon-masonry .reputon-date {color: red;}

Change border width, style and color
/* reviews border*/
.reputon-google-reviews-widget .reputon-masonry .reputon-top-part {border: 3px solid red;}
/* header border*/
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head {border: 3px solid red;}

Change review card background color
.reputon-google-reviews-widget .reputon-masonry .reputon-top-part {background: #eed5d5;;}

Change header background color
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head {background: #eed5d5;}

Change “Leave a Review” button color
/* regular state */
.reputon-google-reviews-widget .reputon-masonry .reputon-leave-review {
color: #fff;
background: red;}
/* borders */
.reputon-google-reviews-widget .reputon-masonry .reputon-leave-review {border: 3px solid red;}
/* hover, active states */
.reputon-google-reviews-widget .reputon-masonry .reputon-leave-review:hover,
.reputon-google-reviews-widget .reputon-masonry .reputon-leave-review:not([disabled]):active,
.reputon-google-reviews-widget .reputon-masonry .reputon-leave-review:not([disabled]):active {
color: #fff;
background: brown;}
/* 'leave a review' button text */
.reputon-google-reviews-widget .reputon-masonry .reputon-leave-review.editable:after {content: 'your text';}
/* 'leave a review' button font */
.reputon-google-reviews-widget .reputon-masonry .reputon-leave-review {font-family: Comic Sans MS;}

Change “Load more” button color
/* regular state */
.reputon-google-reviews-widget .reputon-masonry .reputon-load-more {
color: #fff;
background: red;}
/* borders */
.reputon-google-reviews-widget .reputon-masonry .reputon-load-more {border: 3px solid red;}
/* hover, active states */
.reputon-google-reviews-widget .reputon-masonry .reputon-load-more:hover,
.reputon-google-reviews-widget .reputon-masonry .reputon-load-more:not([disabled]):active,
.reputon-google-reviews-widget .reputon-masonry .reputon-load-more:not([disabled]):active {
color: #fff;
background: red;}
/* 'load more' button text */
.reputon-google-reviews-widget .reputon-masonry .reputon-load-more.editable:after {content: 'your text';}
/* 'load more' button font */
.reputon-google-reviews-widget .reputon-masonry .reputon-load-more {font-family: Comic Sans MS;}

Change “Verified” icon color
.reputon-google-reviews-widget .reputon-masonry .reputon-verified-icon {color: red;}

Change widget font
.reputon-google-reviews-widget .reputon-masonry .reputon-masonry-container {font-family: Comic Sans MS;}

Change review text font
.reputon-google-reviews-widget .reputon-masonry .reputon-text-holder {font-family: Comic Sans MS;}

Change header font
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head {font-family: Comic Sans MS;}

Hide customer avatar
.reputon-google-reviews-widget .reputon-masonry .reputon-single-review .reputon-image {display: none;}
Hide customer name
.reputon-google-reviews-widget .reputon-masonry .reputon-single-review .reputon-name {display: none;}
Hide Google logo from reviews
.reputon-google-reviews-widget .reputon-masonry .reputon-review-logo {display: none;}
Hide review posting date
.reputon-google-reviews-widget .reputon-masonry .reputon-date {display: none;}
Add margin above widget
.reputon-google-reviews-widget .reputon-masonry .reputon-masonry-container {margin-top: 100px;}
Add margin below widget
.reputon-google-reviews-widget .reputon-masonry .reputon-masonry-container {margin-bottom: 100px;}
Hide header content
/* hide entire header */
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head {display: none;}
/* hide reviews counter */
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-reviews-count {display: none;}
/* hide seller name */
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-name {display: none;}
/* hide rating */
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-rating-stars {display: none;}
/* hide logo */
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-image {display: none;}
Adjust widget width
.reputon-google-reviews-widget .reputon-masonry .reputon-masonry-container {max-width: 400px; margin: 0 auto}

Hide widget on mobile
@media (max-width: 460px) {
.reputon-google-reviews-widget .reputon-masonry .reputon-masonry-container {display: none;}}
Color the widget
.reputon-google-reviews-widget .reputon-masonry {
background: bisque;}
/* To change the widget section color, add this code to theme.liquid */
<style>
section:has(.reputon-google-reviews-widget .reputon-masonry ) {
background: bisque;}
</style>

Hide top part of reviews
/* Hide top part */
.reputon-google-reviews-widget .reputon-masonry .reputon-single-review
.reputon-review-header {display: none;}
/* Move to the bottom */
.reputon-google-reviews-widget .reputon-masonry .reputon-single-review .reputon-review-header {order: 5;}


Apply black-and-white filter
.reputon-google-reviews-widget .reputon-masonry {filter: grayscale(100%);}

Return design to previous version
Add CSS at the top of the custom CSS block
/* hide new elements */
.reputon-google-reviews-widget .reputon-masonry .reputon-reviewer-info {display: none;}
.reputon-google-reviews-widget .reputon-masonry .reputon-bottom-navigation-btns {display: none;}
/* move Google logo */
.reputon-google-reviews-widget .reputon-masonry .reputon-review-header {position: absolute;right: 30px;}
/* show hidden elements */
.reputon-google-reviews-widget .reputon-masonry .reputon-bottom-part {display:flex !important;}
.reputon-google-reviews-widget .reputon-masonry .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-masonry .reputon-image {
width: 50px;
height: 50px;
min-width: 50px;}
Have questions or need help with the codes? We're excited to help at support@reputon.com
Last updated
Was this helpful?