Reply 324385 to: Change star icon in product rating (edit)

Avatar: Rose Tyler
Rose Tyler
Support staff
May 22, 2022 at 09:58

Hello,

Add the next code also:

.single-product .woocommerce-review-link {
    display:none;
}
.single-product .commentlist .star-rating {
    margin-right: 10px;
}
#review_form .stars .star-1:before {
    content: '\e800';
    font-family: "fontello";
    font-size: 1.2rem;
}
#review_form .stars .star-2:before {
    content: '\e800 \e800' !important;
    font-family: "fontello";
    font-size: 1.2rem;
}
#review_form .stars .star-3:before {
    content: '\e800 \e800 \e800' !important;
    font-family: "fontello";
    font-size: 1.2rem;
}
#review_form .stars .star-4:before {
    content: '\e800 \e800 \e800 \e800' !important;
    font-family: "fontello";
    font-size: 1.2rem;
}
#review_form .stars .star-5:before {
    content: '\e800 \e800 \e800 \e800 \e800' !important;
    font-family: "fontello";
    font-size: 1.2rem;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.