Notifications
Clear all
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Topic starter
28/11/2018 10:37 pm
I would like to change the size of the rating stars. Can it be done with CSS?
29/11/2018 11:53 am
Hi Uri4u,
Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS in "Custom CSS Code" textarea, save it Delete all caches, do CTRL+F5 on the frontend.
#wpcomm i.fa-star {
font-size: 25px !important;
}
Don't forget the red mark code before using.
Topic starter
30/11/2018 5:26 am
Thanks!