Home Forums WoodMart support forum Change Review Rating Colour Reply To: Change Review Rating Colour

#440262

Hello,

Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.star-rating {
   color: red !important;
}

In this CSS, you can change the color from red to your choice of color hex code or color name.

Best Regards.