Notifications
Clear all
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!