Plugin Contributor
Paul
(@pryley)
To display the review count instead of the rating percentage in the Rating Summary, add this custom CSS to your website:
.glsr-summary-bar-percent::before {
content: attr(data-reviews);
}
OR:
- Install the Pattern CSS plugin
- Add the Rating Summary block to your page
- Add the following CSS to the Pattern CSS block option:
[block] .glsr-summary-bar-percent::before {
content: attr(data-reviews);
}
You will need to use the Review Filters addon to add filter controls to the reviews and rating summary.
Thanks so much, Am i going to use css to style the font size and colors?
Plugin Contributor
Paul
(@pryley)
Use the block options to change the color and font size.
For additional styling options, either use custom CSS or the Review Themes addon with Site Reviews Premium.
Please, Am Using Elementor
Plugin Contributor
Paul
(@pryley)
You can do the same with the Elementor widgets.
Please, I can see the space to style the Font size, Color and others
Secondly How about the Rating Filter or is not available?
Plugin Contributor
Paul
(@pryley)
You will need to use the Review Filters addon to add filter controls to the reviews and rating summary.