Star rating appear ...
 
Share:
Notifications
Clear all

Issue [Solved] Star rating appear backwards

3 Posts
2 Users
0 Likes
337 Views
Posts: 6
Topic starter
(@lamayas)
Active Member
Joined: 11 months ago

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.

Topic Tags
2 Replies
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@lamayas,

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.

Posts: 6
Topic starter
(@lamayas)
Active Member
Joined: 11 months ago

Thank you! That works perfectly.

Share: