Question: Change Rating Stars
-
Hi there
We would like to change the rating stars with simple, filled “dots” instead of “stars”.
Is there a CSS tweak to reach this?
Many thanks
Hi axxo,
Thanks for reaching to us.
First of all, take my apologies for the delay in answering.
– Go to Elementor > Settings > Advanced tab and enable Load Font Awesome 4 Support option https://prnt.sc/PVV40F7tLWki
– Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
div.star-rating {
font-family: "Font Awesome 5 Free";
}
div.star-rating span:before {
font-weight: 900;
content: "\f111" "\f111" "\f111" "\f111" "\f111";
}
Regards,