Change rating color

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

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

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

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

image.png


Change name color

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

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

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

image.png


Change review text color

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

image.png


Change publishing date color

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

image.png


Change border width, style and color

.reputon-google-reviews-widget .reputon-grid .reputon-top-part {border: 3px solid red;}

.reputon-google-reviews-widget .reputon-grid .reputon-top-part::after {background: red;}

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