Change widget max-width

.reputon-etsy-reviews-widget .reputon-basic-slide .reputon-container {
	max-width: 400px;}

before

before

after

after


Add margin above widget

.reputon-etsy-reviews-widget .reputon-basic-slide {margin-top: 100px;}

compact-margin-top.jpg


Add margin below widget

.reputon-etsy-reviews-widget .reputon-basic-slide {margin-bottom: 100px;}

compact-margin-bottom.jpg


Change rating color

/* change the color of the rating in all widget */
.reputon-etsy-reviews-widget .reputon-basic-slide .reputon-rating-stars {
	color: dodgerblue;
}

/* change the color of the rating in review slides only */
.reputon-etsy-reviews-widget .reputon-basic-slide .reputon-single-review .reputon-rating-stars {
	color: dodgerblue;
}

/* change the color of the rating in info slide only */
.reputon-etsy-reviews-widget .reputon-basic-slide .reputon-info .reputon-rating-stars {
	color: dodgerblue;
}

review slides

review slides

info slides

info slides


Hide customer name and stars count

/* hide customer name and stars count */
.reputon-etsy-reviews-widget .reputon-basic-slide .reputon-single-review .reputon-rating-text {
	display: none;}

/* hide stars counter only */
.reputon-etsy-reviews-widget .reputon-basic-slide .reputon-single-review .reputon-rating-text b {
	display: none;}

hide the entire line

hide the entire line

hide the stars count only

hide the stars count only