Change the rating

/* сhange the color of the rating stars */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating svg {
	color: red;}

/* сhange the color of the rating counter */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating {
  color: red;}

/* сhange the color of the rating */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating,
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating svg {
  color: red;}

/* remove the rating stars */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating svg {
	display: none;}

/* remove the rating counter */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating {
  display: none;}

/* remove the rating */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating,
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating svg {
  display: none;}

/* add space between stars */
.reputon-google-reviews-widget .reputon-locations .reputon-location-stars-container {
	gap: 5px;}

Rating stars

Rating stars

Rating counter

Rating counter


Change location name

/* сhange the color */
.reputon-google-reviews-widget .reputon-locations .reputon-location-name {
  color: red;}

/* remove */
.reputon-google-reviews-widget .reputon-locations .reputon-location-name {
  display: none;}

image.png


Change working hours

/* сhange the color */
.reputon-google-reviews-widget .reputon-locations .reputon-item-content div {
  color: red;}

/* remove */
.reputon-google-reviews-widget .reputon-locations .reputon-item-content div {
  display: none;}

image.png


Change address

/* сhange the color */
.reputon-google-reviews-widget .reputon-locations .reputon-item-address .reputon-text {
  color: red;}

/* remove */
.reputon-google-reviews-widget .reputon-locations .reputon-item-address .reputon-text {
  display: none;}

image.png


Change phone number