I would like to be able to hide the rating number and show only the stars. This is because I have 5 stars (4.9), but the fact that the 4.9 is visible it makes my rate seem less perfect.
Thank you!
1 Like
Hi there @Maider_Laura_Diez_de
I agree that it would be great to have this option in the configurator and we’ll try to consider this opportunity in our future updates.
As for now, I guess there is a chance to hide the rating value using CSS code. I’ve shared your request with our dev team and will let you know once any news come up
Thank you for waiting @Maider_Laura_Diez_de !
We’ve added this code to the Custom CSS field on the Appearance tab to hide the rating value from the badge:
.es-rating-value {
display: none;
}
Check it out and let me know if you like what you see