Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi team
I want change clolor of rating stars to yellow. Please guide me. Thank you.
Best regards,
Nhan
Hello,
Add this code into your Custom Css box:
.woocommerce p.stars a {
color: #ff6c00;
}
Change color to your wish.
Best regards!
It only change color of comment editor, does not chang in list comment:
Please help. Thank you.
Best regards,
Nhan
Hello,
Add this css as well:
.woocommerce .star-rating span {
color: #ff6c00 !important;
}
Best regards!
You must be logged in to reply to this topic.