May 15, 2023 9:20 pm
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.
Website URL
2 Replies
May 16, 2023 7:23 am
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.
May 16, 2023 2:47 pm
Thank you! That works perfectly.