Change rating color
/* change rating color in the widget */
.reputon-etsy-reviews-widget .reputon-grid .reputon-rating-stars {
color: dodgerblue;}
/* change rating card color only */
.reputon-etsy-reviews-widget .reputon-grid .reputon-card .reputon-rating-stars {
color: dodgerblue}
/* change rating color info in header only */
.reputon-etsy-reviews-widget .reputon-grid .reputon-reviews-head .reputon-rating-stars {
color: dodgerblue;}
/* сhange header rating counter color */
.reputon-etsy-reviews-widget .reputon-grid .reputon-count-number {color: red;}
/* сhange header rating stars color */
.reputon-etsy-reviews-widget .reputon-grid .reputon-count-text {color: red;}
Change Etsy logo color in reviews
.reputon-etsy-reviews-widget .reputon-grid .reputon-review-logo {color: dodgerblue;}
Change name color
.reputon-etsy-reviews-widget .reputon-grid .reputon-name {color: red;}
/* change reviews name only*/
.reputon-etsy-reviews-widget .reputon-grid .reputon-grid-wrapper .reputon-name {
color: red;}
/* change header name only*/
.reputon-etsy-reviews-widget .reputon-grid .reputon-reviews-head .reputon-name {
color: red;}
Change review text color
.reputon-etsy-reviews-widget .reputon-grid .reputon-text {color: dodgerblue;}
Change publishing date color
.reputon-etsy-reviews-widget .reputon-grid .reputon-date {color: dodgerblue;}