Masonry widget

Change rating color

/* change the color of the feedback text in seller widget */
.reputon-ebay-reviews-widget .reputon-masonry .reputon-feedback .reputon-feedback-text {color: dodgerblue;}
	
/* change the color of the feedback counter in seller widget */
.reputon-ebay-reviews-widget .reputon-masonry .reputon-feedback .reputon-feedback-counter {color: dodgerblue;}
	
/* HEADER - change the color of the feedback text in seller widget */
.reputon-ebay-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-feedback-text {color: dodgerblue;}
	
/* CARDS - change the color of the feedback text in seller widget */
.reputon-ebay-reviews-widget .reputon-masonry .reputon-card .reputon-feedback-text {color: dodgerblue;}

/* change the color of the star rating in the widget */
.reputon-ebay-reviews-widget .reputon-masonry .reputon-rating-stars {color: dodgerblue;}
	
/* HEADER - change the color of the star rating in the widget */
.reputon-ebay-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-rating-stars {color: dodgerblue;}
	
/* CARDS - change the color of the star rating in the widget */
.reputon-ebay-reviews-widget .reputon-masonry.reputon-card  .reputon-rating-stars {color: dodgerblue;}
feedback text
feedback counter
star rating

Change customer name

.reputon-ebay-reviews-widget .reputon-masonry .reputon-card .reputon-name {color: green;}

Change review text color

.reputon-ebay-reviews-widget .reputon-masonry .reputon-text {color: dodgerblue;}

Change date color

.reputon-ebay-reviews-widget .reputon-masonry .reputon-card .reputon-date {color: red;}

Change border width, style and color

/* reviews border */
.reputon-ebay-reviews-widget .reputon-masonry .reputon-top-part {border: 3px solid #b8ddd1;}

Change header border width, style and color

.reputon-ebay-reviews-widget .reputon-masonry .reputon-reviews-head {border: 3px solid #b8ddd1;}

Change review card background color

.reputon-ebay-reviews-widget .reputon-masonry .reputon-top-part {background: #b8ddd1;}

Change header background color

.reputon-ebay-reviews-widget .reputon-masonry .reputon-reviews-head {background: #b8ddd1;}

Change widget font

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

Change reviews counter

/* change color */
.reputon-ebay-reviews-widget .reputon-masonry .reputon-info .reputon-reviews-count {color: orange;}
	
/* hide */
.reputon-ebay-reviews-widget .reputon-masonry .reputon-info .reputon-reviews-count {display: none;}
color counter
hide counter

Hide header

.reputon-ebay-reviews-widget .reputon-masonry .reputon-reviews-head {display: none;}

Hide review rating

.reputon-ebay-reviews-widget .reputon-masonry .reputon-card .reputon-rating {display: none;}

Change “Load more” button

/* change background color */
.reputon-ebay-reviews-widget .reputon-masonry.reputon-reviews-holder .reputon-load-more {background: orange;}

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

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

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

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

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

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

Change widget max-width

.reputon-ebay-reviews-widget .reputon-masonry {max-width: 700px !important;}

Add margin above widget

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

Add margin below widget

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

Hide widget on mobile

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

Color widget

.reputon-ebay-reviews-widget .reputon-masonry {
  background: bisque;}

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

Hide Ebay logo from reviews

.reputon-ebay-reviews-widget .reputon-masonry .reputon-review-logo {display: none;}

Apply black-and-white filter

.reputon-ebay-reviews-widget .reputon-masonry {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?