List widget

Change rating color

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

/* сhange review rating color */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body .reputon-rating-stars {color: red;}

/* сhange header rating color */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head .reputon-rating-stars {color: red;}

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

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

Change name color

.reputon-google-reviews-widget .reputon-standard .reputon-name {color: red;}

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

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

Change review text color

.reputon-google-reviews-widget .reputon-standard .reputon-reviews-text,
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-text p  {color: red;}

Change publishing date color

.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-time {color: red;}

Change reviews counter color

.reputon-google-reviews-widget .reputon-standard .reputon-reviews-count {color: red;}

Change border width, style and color

/* entire widget border */
.reputon-google-reviews-widget .reputon-standard .reputon-standard-container{border: 3px solid red;}

/* reviews border */
.reputon-google-reviews-widget .reputon-standard .reputon-single-review {border: 3px solid red;}

/* reviews body */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body {border: 3px solid red;}

/* header border */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head {border: 3px solid red;}

/* footer border */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-footer {border: 3px solid red;}

Change background color

/* reviews background */
.reputon-google-reviews-widget .reputon-standard .reputon-single-review {background: antiquewhite;}

/* reviews body background */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body {background: antiquewhite;}

/* header background */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head {background: antiquewhite;}

/* footer background */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-footer {background: antiquewhite;}

/* To change the widget section color, add this code to theme.liquid */
<style> 
	section:has(.reputon-google-reviews-widget .reputon-standard) {
	  background: bisque;}
</style> 

Change “Leave a Review” button

/* regular state color */
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review { 
	color: #fff; 
	background: red;}

/* borders */
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review {border: 3px solid red;}

/* hover, active states color */
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review:hover,
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review:not([disabled]):active,
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review:not([disabled]).active {
	 color: #fff; background: red;}

/* customize text */
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review.editable:after {content: 'your text';} 

/* 'leave a review' button font */
.reputon-google-reviews-widget .reputon-standard .reputon-leave-review {font-family: Comic Sans MS;}

Change “Verified” icon

.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-verified-icon {color: red;}

Change widget font

/* change widget font */
.reputon-google-reviews-widget .reputon-standard.reputon-reviews-holder {font-family: Comic Sans MS;}

/* change review text font */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head {font-family: Comic Sans MS;}

/* сhange header font */
.reputon-google-reviews-widget .reputon-standard .reputon-single-review {font-family: Comic Sans MS;}

Hide customer avatar

.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-content .reputon-image {display: none;}

Hide customer name

.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-name {display: none;}

Hide review posting date

.reputon-google-reviews-widget .reputon-standard .reputon-single-review .reputon-time {display: none;}

Add margin above widget

.reputon-google-reviews-widget .reputon-standard.reputon-reviews-holder {margin-top: 100px;}

Add margin below widget

.reputon-google-reviews-widget .reputon-standard.reputon-reviews-holder {margin-bottom: 100px;}

Hide header content

/* hide entire header */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-head {display: none;}

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

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

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

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

Adjust widget width

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

Hide widget on mobile

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

Change scroll color

.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body::-webkit-scrollbar-thumb {background: red;}
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body::-webkit-scrollbar-track {background: black;}

.reputon-google-reviews-widget .reputon-standard .reputon-reviews-footer {display: none;}

Change widget height

.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body {height: 200px;}

/* open all reviews without scroll */
.reputon-google-reviews-widget .reputon-standard .reputon-reviews-body {height: auto;}

Apply black-and-white filter

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

Have questions or need help with the codes? We're excited to help at support@reputon.com

Last updated

Was this helpful?