Grid widget

Change rating color

.reputon-facebook-reviews-widget .reputon-grid .reputon-rating-stars {color: green;}

Change name color

.reputon-facebook-reviews-widget .reputon-grid .reputon-name {color: green;}

/* change reviews name only*/
.reputon-facebook-reviews-widget .reputon-grid .reputon-grid-wrapper .reputon-name {color: green;}

/* change header name only*/
.reputon-facebook-reviews-widget .reputon-grid .reputon-reviews-head .reputon-name {color: green;}

Change review text color

.reputon-facebook-reviews-widget .reputon-grid .reputon-text {color: green;}

Change publishing date color

.reputon-facebook-reviews-widget .reputon-grid .reputon-date {color: green;}

Change border style and color

.reputon-facebook-reviews-widget .reputon-grid .reputon-top-part {border: 3px solid #2fd45d;}

.reputon-facebook-reviews-widget .reputon-grid .reputon-top-part::after {background: #2fd45d;}

/* header border*/
.reputon-facebook-reviews-widget .reputon-grid .reputon-reviews-head {border: 3px solid red;}
review border
header border

Change review card background color

.reputon-facebook-reviews-widget .reputon-grid .reputon-top-part {background: #47ff8e;}
.reputon-facebook-reviews-widget .reputon-grid .reputon-top-part::after {background: #47ff8e;}

Change “Leave a Review” button color / text

/* regular state */
.reputon-facebook-reviews-widget .reputon-grid .reputon-leave-review { color: #fff;background: #269e26;}

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

/* hover, active states */
.reputon-facebook-reviews-widget .reputon-grid .reputon-leave-review:hover,
.reputon-facebook-reviews-widget .reputon-grid .reputon-leave-review:not([disabled]):active,
.reputon-facebook-reviews-widget .reputon-grid .reputon-leave-review:not([disabled]):active {color: #fff;background: #269e26;}

/* 'leave a review' button text */
.reputon-facebook-reviews-widget .reputon-grid .reputon-leave-review.editable:after {content: 'your text';}

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

Change “Load more” button color

/* regular state */
.reputon-facebook-reviews-widget .reputon-grid .reputon-load-more {color: #fff;background: #269e26;}

/* borders */
.reputon-facebook-reviews-widget .reputon-grid .reputon-load-more {border: 3px solid red;}

/* hover, active states */
.reputon-facebook-reviews-widget .reputon-grid .reputon-load-more:hover,
.reputon-facebook-reviews-widget .reputon-grid .reputon-load-more:not([disabled]):active,
.reputon-facebook-reviews-widget .reputon-grid .reputon-load-moret:not([disabled]):active {color: #fff;background: #269e26;}

/* 'load more' button text */
.reputon-facebook-reviews-widget .reputon-grid .reputon-load-more.editable:after {content: 'your text';}

/* 'load more' button font */
.reputon-facebook-reviews-widget .reputon-grid .reputon-load-more.editable:after {font-family: Comic Sans MS;}

Change “Verified” icon color

.reputon-facebook-reviews-widget .reputon-grid .reputon-verified-icon {color: green;}

Change review text font

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

Change header font

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

Change widget font

.reputon-facebook-reviews-widget .reputon-grid {font-family: Comic Sans MS !important;}

Hide customer avatar

.reputon-facebook-reviews-widget .reputon-grid .reputon-single-review .reputon-image {display: none;}

Hide seller name

.reputon-facebook-reviews-widget .reputon-grid .reputon-single-review .reputon-feedback-name {display: none;}

Change seller name color

.reputon-facebook-reviews-widget .reputon-grid .reputon-single-review .reputon-feedback-name {color: red;}

Hide "Recommends" text

.reputon-facebook-reviews-widget .reputon-grid .reputon-single-review .reputon-feedback-text {display: none;}

Change "Recommends" text color

.reputon-facebook-reviews-widget .reputon-grid .reputon-single-review .reputon-feedback-text {color: red;}

Hide "Recommends" icon

.reputon-facebook-reviews-widget .reputon-grid .reputon-single-review 
.reputon-feedback-icon {display: none;}

Hide header content

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

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

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

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

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

Hide customer name

.reputon-facebook-reviews-widget .reputon-grid .reputon-single-review .reputon-name {display: none;}

Hide review posting date

.reputon-facebook-reviews-widget .reputon-grid .reputon-date {display: none;}

Add margin above widget

.reputon-facebook-reviews-widget .reputon-grid {margin-top: 100px !important;}

Add margin below widget

.reputon-facebook-reviews-widget .reputon-grid {margin-bottom: 100px !important;}

Remove “Show more” button

.reputon-facebook-reviews-widget .reputon-grid .reputon-show-more 
{display: none;}
.reputon-facebook-reviews-widget .reputon-grid .reputon-text-holder 
{-webkit-line-clamp: unset;mask-image: none;}

Change “Show more” button

/* change color */
.reputon-facebook-reviews-widget .reputon-grid .reputon-show-more {color: red;}

/* remove underline */
.reputon-facebook-reviews-widget .reputon-grid .reputon-show-more span {text-decoration: none;}

/* change font */
.reputon-facebook-reviews-widget .reputon-grid .reputon-show-more span {font-family: Comic Sans MS;}

Adjust widget width

.reputon-facebook-reviews-widget .reputon-grid {max-width: 400px !important;}

Hide widget on mobile

@media (max-width: 460px) { 
	.reputon-facebook-reviews-widget .reputon-grid { 
		display: none !important;}}

Color the widget

.reputon-facebook-reviews-widget .reputon-grid {
  background: bisque;}

/* Add this code to theme.liquid to change the widget section color.*/
<style> 
section:has(.reputon-facebook-reviews-widget .reputon-grid ) {background: bisque;}
</style> 

Color the header

.reputon-facebook-reviews-widget .reputon-grid .reputon-reviews-head {background: bisque;}

.reputon-facebook-reviews-widget .reputon-grid .reputon-review-logo {display: none;}

Hide reviews bottom part

.reputon-facebook-reviews-widget .reputon-grid .reputon-single-review .reputon-bottom-part {display: none;}
.reputon-facebook-reviews-widget .reputon-grid .reputon-top-part::after {content: none;}

Apply black-and-white filter

/* on photo */
.reputon-facebook-reviews-widget .reputon-grid img {filter: grayscale(100%);}

/* on widget */
.reputon-facebook-reviews-widget .reputon-grid {filter: grayscale(100%);}

Questions about CSS or need assistance? We're excited to help: support@reputon.com or live chat.

Last updated

Was this helpful?