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



Change customer name color
.reputon-ebay-reviews-widget .reputon-grid .reputon-card .reputon-name {color: green;}

Change review text color
.reputon-ebay-reviews-widget .reputon-grid .reputon-text {color: dodgerblue;}

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

Change border width, style and color
/* reviews border */
.reputon-ebay-reviews-widget .reputon-grid .reputon-top-part {border: 3px solid #b8ddd1;}

Change header border width, style and color
.reputon-ebay-reviews-widget .reputon-grid .reputon-reviews-head {border: 3px solid #b8ddd1;}

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

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

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

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


Hide header
.reputon-ebay-reviews-widget .reputon-grid .reputon-reviews-head {display: none;}
Hide review rating
.reputon-ebay-reviews-widget .reputon-grid .reputon-card .reputon-rating {display: none;}
Always open all reviews
.reputon-ebay-reviews-widget .reputon-grid .reputon-show-more
{display: none;}
.reputon-ebay-reviews-widget .reputon-grid .reputon-text
{-webkit-line-clamp: unset;}

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

Change “Load more” button
/* change background color */
.reputon-ebay-reviews-widget .reputon-grid.reputon-reviews-holder .reputon-load-more {background: orange;}
/* change text color */
.reputon-ebay-reviews-widget .reputon-grid.reputon-reviews-holder .reputon-load-more {color: orange}
/* change width */
.reputon-ebay-reviews-widget .reputon-grid.reputon-reviews-holder .reputon-load-more {width: 200px; justify-content: center;}
/* change height */
.reputon-ebay-reviews-widget .reputon-grid.reputon-reviews-holder .reputon-load-more {height: 50px; align-items: center;}
/* set border */
.reputon-ebay-reviews-widget .reputon-grid.reputon-reviews-holder .reputon-load-more {border: 2px solid orange;}
/* button text */
.reputon-ebay-reviews-widget .reputon-grid.reputon-reviews-holder .reputon-load-more.editable:after {content: 'your text';}
/* 'load more' button font */
.reputon-google-reviews-widget .reputon-grid.reputon-reviews-holder .reputon-load-more.editable:after {font-family: Comic Sans MS;}


Change widget max-width
.reputon-ebay-reviews-widget .reputon-grid {max-width: 800px !important;}
Add margin above widget
.reputon-ebay-reviews-widget .reputon-grid {margin-top: 200px !important;}
Add margin below widget
.reputon-ebay-reviews-widget .reputon-grid {margin-bottom: 200px !important;}
Hide widget on mobile
@media (max-width: 460px) {
.reputon-ebay-reviews-widget .reputon-grid {
display: none !important;}}
Color widget
.reputon-ebay-reviews-widget .reputon-grid {
background: bisque;}
/* Add this code to theme.liquid to change the widget section color. */
<style>
section:has(.reputon-ebay-reviews-widget .reputon-grid) {background: bisque;}
</style>

Hide Ebay logo from reviews
.reputon-ebay-reviews-widget .reputon-grid .reputon-review-logo {display: none;}
Apply black-and-white filter
.reputon-ebay-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?