Store locator widget
Customize your Google Reviews store locator widget with CSS. Change colors, fonts, layout, arrows, and more to match your website design.
Change the rating
/* сhange the color of the rating stars */
.reputon-google-reviews-widget .reputon-locations .reputon-location-stars-container {color: red;}
/* сhange the color of the rating counter */
.reputon-google-reviews-widget .reputon-locations .reputon-count-number {color: red;}
/* remove the rating stars */
.reputon-google-reviews-widget .reputon-locations .reputon-location-stars-container {display: none;}
/* remove the rating counter */
.reputon-google-reviews-widget .reputon-locations .reputon-count-number {display: none;}
/* add space between stars */
.reputon-google-reviews-widget .reputon-locations .reputon-location-stars-container {gap: 5px;}

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;}
Change working hours


Change address


Change phone number


Change icons color

Change card background color

Change widget color

Change “See all” button
Change widget font

Add margin above widget
Add margin below widget
Adjust widget width

Hide widget on mobile
Apply black-and-white filter

Last updated
Was this helpful?