Nov 07, 2025 6:14 pm
Hi, apologies if this has been posted/resolved already but I'm having trouble displaying the star rating option on the front end. The icons only appear as blank squares and they are stacked instead of inline. I'm using Elementor and the comment widget to show the form.
Thanks
1 Reply
Nov 08, 2025 9:37 am
Hi,
Please use this CSS code:
#wpdcom label.fas.fa-star.full {
font-family: "Font Awesome 5 Free";
}
#wpdcom .wpd-form-col-full .wpdiscuz-item .wpdiscuz-rating {
display: flex;
}
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.


