Archived topic
Generatepress interfering with Customer Reviews for WooCommerce
3 replies · Started by perlfan on July 16, 2020
Hi there, I'm using the Customer Reviews for WooCommerce plugin for Woocommerce product ratings. My problem is that the stars don’t remain activated after being clicked. So normally after e.g. clicking 5 stars, all five stars are highlighted yellow. But on my site, the stars turn grey again (the rating works however).
I posted this on their plugin support page:
https://wordpress.org/support/topic/stars-not-active-after-clicking/#post-13128733
This is their answer:
It seems to be a CSS problem. The grey color is coming from here: https://www.xn--beglaubigte-bersetzung-3lc.de/wp-content/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css. Please get in touch with the developer of that plugin (‘gp-premium’) to check how to modify or remove these CSS rules.
So hopefully you can help me with this. Thanks, Frank
Hi there,
try this CSS:
.woocommerce p.stars.selected a:before {
color: #ffa200;
}
I'll add it to our fix list.
Solved! Thanks a lot, Frank
You're welcome