Home › Forums › WoodMart support forum › Change Review Rating Colour › Reply To: Change Review Rating Colour
February 3, 2023 at 4:33 pm
#440262
Aizaz Imtiaz Awan
Keymaster
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.