Hello Douglas,
Unfortunately, the theme does not have any such an option that allows you to change these elements on Review section, sorry! You should edit the theme core files and add as you wish. As a hint, you should edit the review template, like this -> https://www.screencast.com/t/0p7tpFj0v
Thanks for the message!
Hello Douglas,
Please check here -> https://www.screencast.com/t/v4LSDds7QfFN You should only add 0.5 stars.
Thanks.
Hello Douglas,
Sorry, but all the Review settings can be found here -> https://forum.tagdiv.com/reviews-2/ If you want more options for this, you should try implementing it yourself because we cannot provide custom work at the moment, sorry! As a quick solution in this regard, you can try using the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-review-header, .td-review-row-stars{
display:none;
}
Thanks for your understanding!