Hello,
The review stars are tied to the post date code on blocks. If you want to remove the reviews from all blocks and show the standard date instead simply change this code to false: https://www.screencast.com/t/RrqBvPFb3e
Thank you!
Hi,
You could try to hide them with css using this code, just enter it in Theme panel->Custom Css and it should remove the reviews from all the blocks in the homepage if that is what you want and you do not have access to the theme files
.home .entry-review-stars {
display: none;
}
Thanks
Hi,
Unfortunately there is no other way except the method provided by Bogdan above, to remove the review and display the standard date instead. So if you want to achieve this you must edit the respective file and do the necessary changes as explained by Bogdan.
Thanks

