Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #847731
    speester
    Participant

    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.

    #847732
    speester
    Participant
    This reply has been marked as private.
    #847742
    speester
    Participant

    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 !

    #847780
    Christian
    Moderator

    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. 🙂

  • <script> jQuery(function($){ $("#no-reply-847731 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>