Archived topic
Review star colors
1 reply · Started by Chad Biggs on May 17, 2020
Viewing posts 1–2 of 2
Is there a way to change the product rating star color in the customizer?
Hi there,
No customizer option but this should work:
.woocommerce .star-rating span:before, .woocommerce p.stars:hover a::before {
color: #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.