Home Forums WoodMart support forum Review star color. Reply To: Review star color.

#126099

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .comment-respond .stars a.active:after, 
body .comment-respond .stars a:hover:after {
    color: red;
}
body .comment-respond .stars a:after, 
body .comment-respond .stars a:before {
    color: red;
}

Best Regards