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.
Hello,
I have a comment form set up with the rating as a form field because I only want users to rate when sending a comment. My issue is that the stars display reversed, showing from 5 to 1 instead of 1 to 5. This is causing confussion with my users and some of the comments, which are really positive, have a 1 star rating.
I don't see where to change this from the settings. Is it supossed to work like this? How can I change it so the stars display from 1 to 5?
Thanks in advance.
Please use the CSS code below:
#wpdcom fieldset.wpdiscuz-rating { flex-direction: row-reverse; }
Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.
Thank you! That works perfectly.