Rotator widget

Change rating color

.reputon-testimonials-widget .reputon-rotator .reputon-rating-stars {color: dodgerblue;}

Change name color

.reputon-testimonials-widget .reputon-rotator .reputon-name {color: red;}

Change caption color

.reputon-testimonials-widget .reputon-rotator .reputon-caption {color: red;}

Change review text color

.reputon-testimonials-widget .reputon-rotator .reputon-text {color: dodgerblue;}

Change border width, style and color

/* change color */
.reputon-testimonials-widget .reputon-rotator .reputon-card {border: 3px solid orange;}

/* add padding */
.reputon-testimonials-widget .reputon-rotator .reputon-card {padding: 10px;}

/* add border-radius */
.reputon-testimonials-widget .reputon-rotator .reputon-card {border-radius: 20px;}
color border
add padding
add border-radius

Change review card background color

/* change review background */
.reputon-testimonials-widget .reputon-rotator .reputon-card {background: skyblue;}

/* add padding */
.reputon-testimonials-widget .reputon-rotator .reputon-card {padding: 10px;}

/* add border-radius */
.reputon-testimonials-widget .reputon-rotator .reputon-card {border-radius: 20px;}

Change widget font

.reputon-testimonials-widget .reputon-rotator {font-family: 'Comic Sans MS' !important;}

Change navigation arrows

/* change size */
.reputon-testimonials-widget .reputon-rotator .reputon-swiper-button-next,  
.reputon-testimonials-widget .reputon-rotator .reputon-swiper-button-prev {min-width: 80px; height: 80px;}

/* hide arrows */
.reputon-testimonials-widget .reputon-rotator .reputon-swiper-button-next,  
.reputon-testimonials-widget .reputon-rotator .reputon-swiper-button-prev {display: none;}

/* hide arrows on mobile */
@media(max-width: 760px) {
	.reputon-testimonials-widget .reputon-rotator .reputon-swiper-button-next,  
	.reputon-testimonials-widget .reputon-rotator .reputon-swiper-button-prev {display: none;}}

/* color arrows */
.reputon-testimonials-widget .reputon-rotator .reputon-swiper-button-next,  
.reputon-testimonials-widget .reputon-rotator .reputon-swiper-button-prev {color: red;}

/* move arrows (use negative numbers to position higher) */
.reputon-testimonials-widget .reputon-rotator .reputon-swiper-button-next,  
.reputon-testimonials-widget .reputon-rotator .reputon-swiper-button-prev {margin: 200px;}
change size
hide arrows
change color

Hide customer name

.reputon-testimonials-widget .reputon-rotator .reputon-single-review .reputon-name {display: none;}

Hide caption

.reputon-testimonials-widget .reputon-rotator .reputon-single-review .reputon-caption {display: none;}

.reputon-testimonials-widget .reputon-rotator .reputon-single-review .reputon-logo {display: none;}

Change “Leave a Review” button

/* regular state color */
.reputon-testimonials-widget .reputon-rotator .reputon-leave-review 
{color: #fff; background: red;}

/* borders */
.reputon-testimonials-widget .reputon-rotator .reputon-leave-review 
{border: 3px solid red;}

/* hover, active states color */
.reputon-testimonials-widget .reputon-rotator .reputon-leave-review:hover,
.reputon-testimonials-widget .reputon-rotator .reputon-leave-review:not([disabled]):active,
.reputon-testimonials-widget .reputon-rotator .reputon-leave-review:not([disabled]):active {color: #fff; background: brown;}

/* customize text */
.reputon-testimonials-widget .reputon-rotator .reputon-leave-review.editable:after {content: 'your text';} 

/* 'load more' button font */
.reputon-testimonials-widget .reputon-rotator 
.reputon-leave-review.editable:after {font-family: Comic Sans MS;}

/* remove button */
.reputon-testimonials-widget .reputon-rotator .reputon-leave-review 
{display: none;}
change color
change text
remove button

Change widget max-width

.reputon-testimonials-widget .reputon-rotator {max-width: 600px !important;}

Add margin above widget

.reputon-testimonials-widget .reputon-rotator {margin-top: 200px !important;}

Add margin below widget

.reputon-testimonials-widget .reputon-rotator {margin-bottom: 200px !important;}

Hide widget on mobile

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

Color the widget

.reputon-testimonials-widget .reputon-rotator {
  background: bisque;}

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

Apply black-and-white filter

.reputon-testimonials-widget .reputon-rotator img {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?