Change rating color

/* сhange review rating color */
.reputon-google-reviews-widget .reputon-masonry .reputon-card .reputon-rating-stars {color: green;}

/* сhange footer rating color */
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-rating-stars {color: green;}

/* сhange header rating counter color */
.reputon-google-reviews-widget .reputon-masonry .reputon-count-number {color: red;}

/* сhange header rating stars color */
.reputon-google-reviews-widget .reputon-masonry .reputon-count-text {color: red;}

image.png


Change name color

.reputon-google-reviews-widget .reputon-masonry .reputon-name {color: red;}

/* change reviews name only*/
.reputon-google-reviews-widget .reputon-masonry .reputon-body .reputon-name {color: red;}

/* change header name only*/
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head .reputon-name 
{color: red;}

image.png


Change review text color

.reputon-google-reviews-widget .reputon-masonry .reputon-text,
.reputon-google-reviews-widget .reputon-masonry .reputon-text p {color: red;}

image.png


Change publishing date color

.reputon-google-reviews-widget .reputon-masonry .reputon-date {color: red;}

image.png


Change border width, style and color

/* reviews border*/
.reputon-google-reviews-widget .reputon-masonry .reputon-top-part {
  border: 3px solid red;}
.reputon-google-reviews-widget .reputon-masonry .reputon-top-part::after {
  background: red;}

/* header border*/
.reputon-google-reviews-widget .reputon-masonry .reputon-reviews-head {
  border: 3px solid red;}