Home › Forums › WoodMart support forum › Review star color. › Reply To: Review star color.
May 28, 2019 at 1:51 pm
#126099
Elise Noromit
Member
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