Small/minimized compact rating widget
Remove widget elements
/* remove logo */
.reputon-facebook-reviews-widget .reputon-small .reputon-image {display: none;}
/* remove rating count */
.reputon-facebook-reviews-widget .reputon-small .reputon-rating-count {display: none;}
/* remove rating stars */
.reputon-facebook-reviews-widget .reputon-small .reputon-rating-stars {display: none;}
/* remove reviews count */
.reputon-facebook-reviews-widget .reputon-small .reputon-reviews-count {display: none;}Change widget main color
/* change rating counter color */
.reputon-facebook-reviews-widget .reputon-small .reputon-container .reputon-rating-count {color: red;}
/* change rating stars color */
.reputon-facebook-reviews-widget .reputon-small .reputon-container .reputon-rating-stars {color: red;}
/* change reviews counter color */
.reputon-facebook-reviews-widget .reputon-small .reputon-container .reputon-reviews-count {color: red;}Change background color

Apply black-and-white filter

Move the widget
Last updated
Was this helpful?