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

Avatar: Olga Barlow
Olga Barlow
Support staff
May 20, 2022 at 10:40

Hello,

Add the below code to your Theme Options > Custom CSS to replace existing icons with the FontAwesome icons for example

.star-rating span:before, .star-rating:before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: "Font Awesome 5 Free";
}

Or I have uploaded Iconic font to XStore > Custom font. And you can use below code to show the iconic icon

.star-rating span:before, .star-rating:before {
    content: '\e800 \e800 \e800 \e800 \e800';
    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.