Hello guys, several days before I tried to upload the reviews from Aliexpress. I use app to import them.
But after that, the star reviews and some Chinese appeared in my product page. I don’t know why.
I have scanned and tried a lot of former questions and solutions, change some code in this theme but no one worked, anyone can help me? Thank you soooooo much!!! 
Hi @3381561586
Can you share the preview URL so that I can have a look on it?
@3381561586 Please share your store URL to help you with this.
Thank you all I have found the solution
After viewing the web page elements in the developer tools, find the icon in base.css and add:
.product-icon-list.vstar-star {
display: none !important;
}
Then finish
Thank you all!!