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



Change customer name
/* change the color of the customer name */
.reputon-ebay-reviews-widget .reputon-carousel юreputon-card .reputon-name {color: green;}

Change review text color
.reputon-ebay-reviews-widget .reputon-carousel .reputon-text
{color: steelblue;}

Change publishing date color
.reputon-ebay-reviews-widget .reputon-carousel .reputon-card .reputon-date {color: steelblue;}

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

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

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

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

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

Change navigation buttons size
/* change size */
.reputon-ebay-reviews-widget .reputon-carousel .reputon-swiper-button-next,
.reputon-ebay-reviews-widget .reputon-carousel .reputon-swiper-button-prev {min-width: 80px; height: 80px;}
/* hide arrows */
.reputon-ebay-reviews-widget .reputon-carousel .reputon-swiper-button-next,
.reputon-ebay-reviews-widget .reputon-carousel .reputon-swiper-button-prev {display: none;}
/* hide arrows only on mobile */
@media(max-width: 760px) {
.reputon-ebay-reviews-widget .reputon-carousel .reputon-swiper-button-next,
.reputon-ebay-reviews-widget .reputon-carousel .reputon-swiper-button-prev {display: none;}}
/* color arrows */
.reputon-ebay-reviews-widget .reputon-carousel .reputon-swiper-button-next,
.reputon-ebay-reviews-widget .reputon-carousel .reputon-swiper-button-prev {color: red; background: yellow;}
/* adjust arrows (use negative numbers to raise position) */
.reputon-ebay-reviews-widget .reputon-carousel .reputon-swiper-button-next,
.reputon-ebay-reviews-widget .reputon-carousel .reputon-swiper-button-prev {margin-top: 200px;}


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


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

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

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

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