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

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

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

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

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

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


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

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

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

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

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

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

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

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

Hide customer avatar
.reputon-google-reviews-widget .reputon-grid .reputon-single-review .reputon-image {display: none;}

Hide customer name
.reputon-google-reviews-widget .reputon-grid .reputon-single-review .reputon-name {display: none;}

Hide review posting date
.reputon-google-reviews-widget .reputon-grid .reputon-date {display: none;}

Add margin above widget
.reputon-google-reviews-widget .reputon-grid.reputon-reviews-holder {margin-top: 100px;}

Add margin below widget
.reputon-google-reviews-widget .reputon-grid.reputon-reviews-holder {margin-bottom: 100px;}

Remove “Show more”
.reputon-google-reviews-widget .reputon-grid .reputon-show-more
{display: none;}
.reputon-google-reviews-widget .reputon-grid .reputon-text
{-webkit-line-clamp: unset; mask-image: none;}

Change “Show more” button
/* change color */
.reputon-google-reviews-widget .reputon-grid .reputon-show-more {color: red;}
/* remove underline */
.reputon-google-reviews-widget .reputon-grid .reputon-show-more span {text-decoration: none;}
/* change font */
.reputon-google-reviews-widget .reputon-grid .reputon-show-more{font-family: Comic Sans MS;}

Hide header content
/* hide entire header */
.reputon-google-reviews-widget .reputon-grid .reputon-reviews-head {display: none;}
/* hide reviews counter */
.reputon-google-reviews-widget .reputon-grid .reputon-reviews-head .reputon-reviews-count {display: none;}
/* hide seller name */
.reputon-google-reviews-widget .reputon-grid .reputon-reviews-head .reputon-name {display: none;}
/* hide rating */
.reputon-google-reviews-widget .reputon-grid .reputon-reviews-head .reputon-rating-stars {display: none;}
/* hide seller avatar */
.reputon-google-reviews-widget .reputon-grid .reputon-reviews-head .reputon-image {display: none;}


Adjust widget width
.reputon-google-reviews-widget .reputon-grid.reputon-reviews-holder {max-width: 400px;}

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

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


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

Return design to legacy version
Add CSS at the top of the custom CSS block
/* hide new elements */
.reputon-google-reviews-widget .reputon-grid .reputon-reviewer-info {display: none;}
.reputon-google-reviews-widget .reputon-grid .reputon-bottom-navigation-btns {display: none;}
/* move Google logo */
.reputon-google-reviews-widget .reputon-grid .reputon-review-header {position: absolute;right: 30px;}
/* show hidden elements */
.reputon-google-reviews-widget .reputon-grid .reputon-bottom-part {display: flex !important;}
.reputon-google-reviews-widget .reputon-grid .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-grid .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
Was this helpful?