Author Posts March 22, 2016 at 6:15 am #847731 speesterParticipant I added this to customizer > custom > css .woocommerce .star-rating:before, .woocommerce .star-rating span:before { color: green !important; } .woocommerce li.product .star-rating-container { background-color: transparent !important; } But its still back and grey. March 22, 2016 at 6:16 am #847732 speesterParticipant This reply has been marked as private. March 22, 2016 at 6:26 am #847742 speesterParticipant I found out that the code was actually working. The code was for the stars of the reviews that are completed. The colors of the stars that I want to change are the ones that when you are leaving the review instead of the completed ones. . 2) I would like to change the size of the stars for reviews that are completed. Thanks ! March 22, 2016 at 6:48 am #847780 ChristianModerator Please add the code below in your Appearance > Customize > Custom > CSS. /* Leave Review */ .woocommerce p.stars span a { background-color: blue !important; color: red; } /* Completed */ .woocommerce #comments .x-comment-header .star-rating-container .star-rating { font-size: 23px; } Hope that helps. 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-847731 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In