Reply 323925 to: Changing the order of star rating display on single product page

Avatar: Rose Tyler
Rose Tyler
Support staff
May 15, 2022 at 08:25

Hello,

Add the next code in Theme Options > Theme custom CSS:

#review_form .stars span {display: flex; flex-direction: row;}
#review_form .stars .star-1 {order: 5;}
#review_form .stars .star-2 {order: 4;}
#review_form .stars .star-3 {order: 3;}
#review_form .stars .star-4 {order: 2;}
#review_form .stars .star-5 {order: 1;}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.